standard-commit-2
v3.8.0
Published
a fork of stasson/standard-commit
Downloads
32
Maintainers
Readme
standard-commit-2
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.
Installation
npm install -g standard-commit-2
Git Alias
git config --global alias.cc "!standard-commit-2"
# Now you can use:
git cc
Usage
git cc --help
Update
npm update -g standard-commit-2
Configuration
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.