@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.
- package/README.md +9 -1
- package/dist/index.js +8001 -33550
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
# create-xuran cli
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+
|
|
3
7
|
自用`cli`程序
|
|
4
8
|
|
|
5
9
|
## 安装
|
|
6
10
|
|
|
7
11
|
```bash
|
|
8
|
-
npm install -g
|
|
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)
|