@boses/github-clone 1.1.4 → 1.1.5

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -106,10 +106,11 @@ clone('https://github.com/SunshowerC/blog');
106
106
 
107
107
  | 名称 | 类型 | 是否必填 | 描述 |
108
108
  | ------------- | --------- | -------- | ------------------------------------------ |
109
- | dir | `string` | `false` | 拉取的目录名称 |
109
+ | dirName | `string` | `false` | 拉取的目录名称 |
110
110
  | branch | `string` | `false` | 拉取的分支名称 |
111
111
  | mirrorAddress | `string` | `false` | 镜像网站,如果你需要使用镜像可以填写此网站 |
112
112
  | silence | `boolean` | `false` | 是否静默模式执行 clone |
113
+ | cwd | `string` | `false` | 执行 clone 所执行的目录路径 |
113
114
 
114
115
  ## 其他
115
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boses/github-clone",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "main": "./dist/gitClone.js",
5
5
  "module": "./dist/gitClone.esm.js",
6
6
  "license": "MIT",