td-web-cli 0.1.14 → 0.1.15
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
1. 克隆仓库
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
git clone
|
|
35
|
-
cd
|
|
34
|
+
git clone https://github.com/qianyuzzf/td-web-cli.git
|
|
35
|
+
cd td-web-cli
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
2. 安装依赖
|
|
@@ -75,7 +75,7 @@ td-web-cli
|
|
|
75
75
|
|
|
76
76
|
### 功能说明
|
|
77
77
|
|
|
78
|
-
- 多语言 excel 转 json 工具。[
|
|
78
|
+
- 多语言 excel 转 json 工具。[详细功能说明请点击这里](https://github.com/qianyuzzf/td-web-cli/blob/master/docs/i18n/excel2json.md)
|
|
79
79
|
|
|
80
80
|
---
|
|
81
81
|
|