create-branch-cli 1.0.0 → 1.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 (3) hide show
  1. package/README.md +163 -8
  2. package/index.js +1240 -234
  3. package/package.json +2 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-branch-cli",
3
- "version": "1.0.0",
4
- "description": "快速创建 Git 分支的工具,支持 feature 和 hotFix 分支类型",
3
+ "version": "1.0.2",
4
+ "description": "快速创建 Git 分支的工具,支持 feature 和 hotfix 分支类型",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "create-branch": "./index.js",
@@ -22,4 +22,3 @@
22
22
  "node": ">=12.0.0"
23
23
  }
24
24
  }
25
-