git-czt
v1.0.12
Published
[](https://github.com/streamich/git-cz)
Readme
安装本地包依赖
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 init3、项目使用:
git cz //git-cz 原始写法
git cz "feat: hello world" //git-cz 快捷写法
git cz "feat: hello world body: body info breaking: breaking info"支持git-cz参数配置:
scopebodybreakingissueslerna
