create-mettle-app 1.7.3 → 1.7.5
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
CHANGED
|
@@ -4,24 +4,10 @@ A set of fast building mettle.js project command line tool.
|
|
|
4
4
|
|
|
5
5
|
## Scaffolding Your First Mettle Project
|
|
6
6
|
|
|
7
|
-
**NPM**
|
|
8
|
-
|
|
9
7
|
```bash
|
|
10
8
|
npm create mettle-app@latest
|
|
11
9
|
```
|
|
12
10
|
|
|
13
|
-
**Yarn**
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
yarn create mettle-app
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
**PNPM**
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
pnpm create mettle-app
|
|
23
|
-
```
|
|
24
|
-
|
|
25
11
|
## Documentation
|
|
26
12
|
|
|
27
13
|
To learn more about `create-mettle-app`, check [its documentation](https://maomincoding.github.io/mettle-doc/tool/createMettleApp/).
|
package/package.json
CHANGED