@xuranxys/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 (3) hide show
  1. package/README.md +9 -1
  2. package/dist/index.js +8001 -33550
  3. package/package.json +5 -4
package/README.md CHANGED
@@ -1,11 +1,15 @@
1
1
  # create-xuran cli
2
2
 
3
+ ![NPM License](https://img.shields.io/npm/l/%40xuranxys%2Fcli)
4
+ ![NPM Version](https://img.shields.io/npm/v/%40xuranxys%2Fcli)
5
+ ![NPM Downloads](https://img.shields.io/npm/dm/%40xuranxys%2Fcli)
6
+
3
7
  自用`cli`程序
4
8
 
5
9
  ## 安装
6
10
 
7
11
  ```bash
8
- npm install -g create-xuran
12
+ npm install -g @xuranxys/cli
9
13
  ```
10
14
 
11
15
  ## 使用
@@ -14,6 +18,10 @@ npm install -g create-xuran
14
18
  create-xuran
15
19
  ```
16
20
 
21
+ ## 开发
22
+
23
+ 项目使用`bun`进行开发,开发前请注意使用`bun`进行安装依赖
24
+
17
25
  # 关于
18
26
 
19
27
  作者:[徐然](https://github.com/xiaoxustudio)