1.0.5 • Published 6 years ago

gcz v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

jira-commit

a simple commit repo with cz-cli

npm version Build Status Commitizen friendly

install

$ yarn add --dev gcz

Usage

You can use gcz like git commit

With package.json

"scripts":{
  "cz":"gcz"
}
$ npm run cz -a

Global use

$ npm i -g gcz
$ gcz -a

You can use gcz-guard to prevent default git commit with git hook pre-commit(husky)

"script":{
  "precommit": "gcz-guard"
}

You can configure conventional by package.json-gczConventional property

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago