@evjs/cli 0.0.10 → 0.0.11
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ No configuration file is needed. `ev dev` and `ev build` work out of the box wit
|
|
|
25
25
|
| `ev dev` | Start dev server (client HMR + API watch) |
|
|
26
26
|
| `ev build` | Production build (client + server) |
|
|
27
27
|
|
|
28
|
-
> **Scaffolding:** Use `npx create-
|
|
28
|
+
> **Scaffolding:** Use `npx @evjs/create-app` to scaffold a new project.
|
|
29
29
|
|
|
30
30
|
### `ev dev`
|
|
31
31
|
|