kn-cli 1.0.61 → 1.0.62
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/package.json +1 -1
- package/readme.md +7 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -13,6 +13,12 @@
|
|
|
13
13
|
|
|
14
14
|
> 项目创建后,记得执行sh init.sh 以激活git分支提交日志
|
|
15
15
|
|
|
16
|
+
# Windows环境
|
|
17
|
+
推荐windows下使用gitbash终端
|
|
18
|
+
在使用`kn-cli --create`时,请改为接住winpty来执行,如`winpty kn-cli.cmd --create`
|
|
19
|
+
这是由于minTTY使用的gitbash无法处理我们创建项目时选择列表的问题,导致用户无法用上下来选择项目
|
|
20
|
+
|
|
21
|
+
|
|
16
22
|
# cli 其它常用方法
|
|
17
23
|
1. 查看版本号: `kn-cli -v`
|
|
18
24
|
|
|
@@ -76,7 +82,7 @@ module.exports = {
|
|
|
76
82
|
# 更新日志
|
|
77
83
|
* 1.0.61
|
|
78
84
|
兼容windows下终端的编译
|
|
79
|
-
|
|
85
|
+
|
|
80
86
|
* 1.0.57
|
|
81
87
|
增加cli.config.js内devServer配置
|
|
82
88
|
|