yezz-cli 0.0.1 → 0.0.3
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/index.js +1 -1
- package/package.json +2 -3
- package/bin/index.js +0 -2
package/README.md
CHANGED
|
@@ -27,15 +27,15 @@ yarn global add yezz-cli
|
|
|
27
27
|
### 🔖 查看版本
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
|
-
|
|
30
|
+
yezz --version
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
### ✨ 创建项目
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
|
|
36
|
+
yezz create
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
yezz create <projectName>
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
### 🛠️ 初始化项目
|
|
@@ -47,7 +47,7 @@ npm run init
|
|
|
47
47
|
|
|
48
48
|
## ⚙️ 配置文件
|
|
49
49
|
|
|
50
|
-
在根目录下创建 `.
|
|
50
|
+
在根目录下创建 `.yezzrc` 文件,可以自定义一些配置项。
|
|
51
51
|
|
|
52
52
|
例如:
|
|
53
53
|
|