1.0.12 • Published 2 years ago

git-czt v1.0.12

Weekly downloads
-
License
Unlicense
Repository
github
Last release
2 years ago

git-cz

安装本地包依赖

npm install -g commitizen
npm install --save-dev git-czt

环境配置

1、修改package.json

package.json:

{
  "config": {
    "commitizen": {
      "path": "node_modules/git-czt"
    }
  }
}

2、初始化配置文件

git cz init

3、项目使用:

git cz   //git-cz 原始写法
git cz "feat: hello world"    //git-cz 快捷写法
git cz "feat: hello world body: body info breaking: breaking info"

支持git-cz参数配置:

  • scope
  • body
  • breaking
  • issues
  • lerna
1.0.12

2 years ago

1.0.11

2 years ago

1.0.10-3

2 years ago

1.0.10-2

2 years ago

1.0.10-1

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago