wanzhuang-cli 1.0.0 → 1.0.1
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# wanzhuang-cli
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
万桩项目脚手架工具,支持 React、Vue、UniApp 项目模板。
|
|
4
4
|
|
|
5
5
|
## 特性
|
|
6
6
|
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
17
|
# 使用 pnpm 安装(推荐)
|
|
18
|
-
pnpm add -g
|
|
18
|
+
pnpm add -g wanzhuang-cli
|
|
19
19
|
|
|
20
20
|
# 或使用 npm 安装
|
|
21
|
-
npm install -g
|
|
21
|
+
npm install -g wanzhuang-cli
|
|
22
22
|
|
|
23
23
|
# 或使用 yarn 安装
|
|
24
|
-
yarn global add
|
|
24
|
+
yarn global add wanzhuang-cli
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
## 使用指南
|