JSPM

@arcgis/create

5.1.0-next.100
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2285
  • Score
    100M100P100Q110370F

Package Exports

  • @arcgis/create

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@arcgis/create) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ArcGIS Maps SDK for JavaScript - Create CLI

The ArcGIS Maps SDK for JavaScript provides this CLI tool to streamline the process of creating a new web mapping application.

Requirements

  • Node.js v22.21.0 or higher
  • git installed and available in your system path

Usage

The package is compatible with the npm init command.

To get started, run npm init @arcgis, and you will be immediately prompted to initialize a new ArcGIS web application, or run using npx:

npx @arcgis/create
# Initializes a new React application named "my-arcgis-app"
npx @arcgis/create -n my-arcgis-app -t react

CLI options

  -n, --name <name>          Name of the project
  -t, --template <template>  Template to use (react, vite, cdn, vue, angular, etc.)

Resources

Issues

License

This package is licensed under the terms described in the LICENSE.md file, located in the root of the package, and at https://js.arcgis.com/5.1/LICENSE.txt. For third party notices, see https://js.arcgis.com/5.1/third-party-notices.txt.