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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,13 +17,13 @@
17
17
  ### 全局安装
18
18
 
19
19
  ```bash
20
- npm install -g flutter-cli
20
+ npm install -g flu-cli
21
21
  ```
22
22
 
23
23
  ### 本地安装
24
24
 
25
25
  ```bash
26
- npm install flutter-cli
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 flutter-cli
38
+ npx flu-cli
39
39
  ```
40
40
 
41
41
  ### 创建新项目
42
42
 
43
43
  ```bash
44
- flutter-cli create
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
- flutter-cli
96
+ flu-cli
97
97
  ```
98
98
 
99
99
  ## 注意事项
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flu-cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "火之夜工作室 Flutter 项目创建工具",
5
5
  "main": "index.js",
6
6
  "bin": {