@arcgis/create 4.34.0-next.45 → 4.34.0-next.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/init.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ A CLI tool for quickly creating an ArcGIS web application using web components.
|
|
|
5
5
|
- [Usage](#usage)
|
|
6
6
|
- [Commands](#commands)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
## Usage
|
|
9
9
|
|
|
10
10
|
The package is created to be compatible with the [npm init command](https://docs.npmjs.com/cli/v8/commands/npm-init). This will allow users to run `npm init @arcgis`, and immediately be prompted to initialize a new ArcGIS web application.
|
|
11
11
|
|
|
@@ -18,15 +18,15 @@ The package is created to be compatible with the [npm init command](https://docs
|
|
|
18
18
|
- `npx @arcgis/create`
|
|
19
19
|
- `npx @arcgis/create -- -n my-app -t react`
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
## Commands
|
|
22
22
|
|
|
23
23
|
- [`create-arcgis init`](#init)
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
### `init`
|
|
26
26
|
|
|
27
27
|
Initialize a new project from a sample from the code samples repository
|
|
28
28
|
|
|
29
|
-
```
|
|
29
|
+
```text
|
|
30
30
|
Usage: init [options] [command]
|
|
31
31
|
|
|
32
32
|
Options:
|
package/dist/init.js
CHANGED
|
@@ -2612,7 +2612,7 @@ const Nr = /* @__PURE__ */ We(Rr), {
|
|
|
2612
2612
|
Argument: ro,
|
|
2613
2613
|
Option: no,
|
|
2614
2614
|
Help: so
|
|
2615
|
-
} = Nr, Tr = "4.34.0-next.
|
|
2615
|
+
} = Nr, Tr = "4.34.0-next.47";
|
|
2616
2616
|
var me = /* @__PURE__ */ ((s) => (s.VANILLA = "vanilla JS", s.REACT = "react", s.ANGULAR = "angular", s.VITE = "vite", s.VUE = "vue", s.WEBPACK = "webpack", s.LUMINA_COMPONENTS = "lumina-components", s))(me || {}), He = /* @__PURE__ */ ((s) => (s.CHARTS = "charts", s.CODING = "coding", s))(He || {}), Hi = /* @__PURE__ */ ((s) => (s.CODE_SAMPLE = "CODE_SAMPLE", s.APP_SAMPLE = "APP_SAMPLE", s))(Hi || {});
|
|
2617
2617
|
const Ui = "github.com", ji = "main", Wi = {
|
|
2618
2618
|
"vanilla JS": "Esri/jsapi-resources",
|