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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # wzcli
1
+ # wanzhuang-cli
2
2
 
3
- 一个简单易用的前端项目脚手架工具,支持 React、Vue、UniApp 项目模板。
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 wzcli
18
+ pnpm add -g wanzhuang-cli
19
19
 
20
20
  # 或使用 npm 安装
21
- npm install -g wzcli
21
+ npm install -g wanzhuang-cli
22
22
 
23
23
  # 或使用 yarn 安装
24
- yarn global add wzcli
24
+ yarn global add wanzhuang-cli
25
25
  ```
26
26
 
27
27
  ## 使用指南
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wanzhuang-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "万桩项目脚手架工具",
5
5
  "main": "dist/index.js",
6
6
  "bin": {