@evjs/cli 0.0.7 → 0.0.9

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @evjs/cli
2
2
 
3
- > CLI and configuration for the **@evjs/cli** fullstack framework.
3
+ > CLI and configuration for the **evjs** fullstack framework.
4
4
 
5
5
  ## Install
6
6
 
@@ -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 @evjs/create-app` to scaffold a new project.
28
+ > **Scaffolding:** Use `npx create-evjs-app` to scaffold a new project.
29
29
 
30
30
  ### `ev dev`
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evjs/cli",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "CLI and configuration layer for the evjs framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",