git-czt

1.0.12 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i git-czt

Weekly Downloads

0

Version

1.0.12

License

Unlicense

Unpacked Size

8 kB

Total Files

10

Last publish

Collaborators

  • mecoo