You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@arcgis/create

Package Overview
Dependencies
Maintainers
4
Versions
641
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcgis/create

ArcGIS command line tool to create new web GIS projects and applications

4.33.10
latest
npmnpm
Version published
Weekly downloads
1.2K
-36.88%
Maintainers
4
Weekly downloads
 
Created
Source

@arcgis/create

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

  • Usage
  • Commands

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.

  • run via npm init
  • npm init @arcgis
  • 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

Keywords

ArcGIS

FAQs

Package last updated on 07 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts