create-shiftapi 0.0.3 → 0.0.4
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
|
@@ -9,20 +9,20 @@ Scaffold a new [ShiftAPI](https://github.com/fcjr/shiftapi) fullstack app — Go
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm create shiftapi
|
|
12
|
+
npm create shiftapi@latest
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
Or with pnpm / yarn:
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
pnpm create shiftapi
|
|
19
|
-
yarn create shiftapi
|
|
18
|
+
pnpm create shiftapi@latest
|
|
19
|
+
yarn create shiftapi@latest
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
You can also pass the project name directly:
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
npm create shiftapi my-app
|
|
25
|
+
npm create shiftapi@latest my-app
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
## What You Get
|
package/package.json
CHANGED