1.0.12 • Published 3 years ago

git-czt v1.0.12

Weekly downloads
-
License
Unlicense
Repository
github
Last release
3 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

3 years ago

1.0.11

3 years ago

1.0.10-3

3 years ago

1.0.10-2

3 years ago

1.0.10-1

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago