@parsleyhealth/cz-changelog
v1.3.2
Published
Commitizen adapter for Parsley.
Downloads
12
Readme
cz-parsley-changelog
A commitizen adapter for Parsley Health Engineering.
Usage
You should already have the commitizen CLI installed.
npm install --save-dev @parsleyhealth/cz-changelog
Then add this to your project's package.json
:
"config": {
"commitizen": {
"path": "node_modules/@parsleyhealth/cz-changelog"
}
}
Don't forget to use git cz
to commit! If you're inclined, you can also 💪🏼force🥵 people into using commitizen with pre-commit hooks. See how dr-parsley handles this.