A zero-config opiniated, commitizen like command line utility to use conventional commits.
- git cc: Same as
git commit
but with prompt and formatting of the commit message.
npm install -g standard-commit-2
git config --global alias.cc "!standard-commit-2"
# Now you can use:
git cc
git cc --help
npm update -g standard-commit-2
Use the suggested defaults.
gcc --init
you can configure standard-commit via a .standard-commitrc
file. You should add this file to the git repo.