gcz
v1.0.5
Published
a simple commit repo with cz-cli
Downloads
4
Readme
jira-commit
a simple commit repo with cz-cli
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