Socket
Socket
Sign inDemoInstall

@arcgis/create

Package Overview
Dependencies
30
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
397
increased by16.76%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

@arcgis/create

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

  • Usage
  • Commands
  • Extending

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

Keywords

FAQs

Last updated on 08 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc