flu-cli 0.0.1 → 0.0.2
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
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
### 全局安装
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
npm install -g
|
|
20
|
+
npm install -g flu-cli
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
### 本地安装
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
npm install
|
|
26
|
+
npm install flu-cli
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## 使用方法
|
|
@@ -35,13 +35,13 @@ npm install flutter-cli
|
|
|
35
35
|
flutter-cli
|
|
36
36
|
|
|
37
37
|
# 或者使用 npx
|
|
38
|
-
npx
|
|
38
|
+
npx flu-cli
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
### 创建新项目
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
|
-
|
|
44
|
+
flu-cli create
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
按照提示完成以下步骤:
|
|
@@ -93,7 +93,7 @@ npm install
|
|
|
93
93
|
npm link
|
|
94
94
|
|
|
95
95
|
# 测试运行
|
|
96
|
-
|
|
96
|
+
flu-cli
|
|
97
97
|
```
|
|
98
98
|
|
|
99
99
|
## 注意事项
|