Commitizen
Commitizen
Git Standard
Conventional commit messages as a global utility
Installation
Install commitizen globally, if you have not already.
npm install -g commitizen
Install your preferred commitizen adapter globally, for example cz-conventional-changelog
npm install -g cz-conventional-changelog
Configuration
Create a .czrc file in your home directory, with path referring to the preferred, globally installed, commitizen adapter
~/.czrc" style="background-color:#2b303b;color:#c0c5ce;" class="language-sh echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc "> ~/.czrc" data-lang="sh echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc">
Or you can open .czrc file and use
{ "path": "cz-conventional-changelog" }