gcz
v1.0.5
Published
a simple commit repo with cz-cli
Readme
jira-commit
a simple commit repo with cz-cli
install
$ yarn add --dev gczUsage
You can use gcz like git commit
With package.json
"scripts":{
"cz":"gcz"
}$ npm run cz -aGlobal use
$ npm i -g gcz
$ gcz -aYou 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
