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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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 your-project
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 工具。[功能说明](./docs/i18n/excel2json.md)
78
+ - 多语言 excel 转 json 工具。[详细功能说明请点击这里](https://github.com/qianyuzzf/td-web-cli/blob/master/docs/i18n/excel2json.md)
79
79
 
80
80
  ---
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-web-cli",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "A CLI tool for efficiency",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",