unisolution-create-app 1.0.8 → 1.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 (3) hide show
  1. package/README.md +12 -2
  2. package/bin/index.js +1 -1
  3. package/package.json +32 -32
package/README.md CHANGED
@@ -1,2 +1,12 @@
1
- # runcli
2
- - 一个前端玩具脚手架
1
+ #### 江阴前端脚手架
2
+
3
+ #### 使用
4
+
5
+ ```bash
6
+ pnpm add unisolution-create-app -g
7
+
8
+ uca create yourProjectName
9
+ ```
10
+
11
+
12
+ > 必须在pnpm里使用的,npm里使用可能会出现点问题