@arcgis/create
TypeScript icon, indicating that this package has built-in type declarations

4.30.0-next.28 • Public • Published

@arcgis/create

A CLI tool for quickly creating an ArcGIS web application using web components.

Usage

The package is created to be compatible with the npm init command. This will allow users to run npm init @arcgis, and immediately be prompted to initialize a new ArcGIS web application.

  1. run via npm init
  • npm init @arcgis
  1. run via npx
  • npx @arcgis/create
  • npx @arcgis/create -- -n my-app -t react

Commands

init

Initialize a new project from a sample from the code samples repository

Usage: init [options] [command]

Options:
  -V, --version              output the version number
  -n, --name <name>          Name of the project
  -t, --template <template>  Template to use (react, angular, vanilla, vite, vue, or webpack)
  -p, --packages <packages>  Additional packages to add (charts, coding)
  -h, --help                 display help for command

Commands:
  init                       Initialize a new arcgis project
  help [command]             display help for command

/@arcgis/create/

    Package Sidebar

    Install

    npm i @arcgis/create

    Weekly Downloads

    461

    Version

    4.30.0-next.28

    License

    SEE LICENSE IN LICENSE.md

    Unpacked Size

    16.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • esrikevinlam
    • odoe
    • ffaubry
    • dpaddock