Conventional Commits hook and cli
Easy cli and git-hook to help with following the Conventional Commits specification
Heavily inspired by gitmoji-cli
using cargo
bash
cargo install cc-cli
cc-cli --help
```
Usage: cc-cli [ Easy peasy Conventional Commits Options:
-i, --hook hooks your commits
-r, --unhook removes the hook
--help display usage information
``` You can install the git-hook using NOTE: the hook is installed in a per-repository basis Or use it via cli with no parameters To remote the hook, simply type
cc-cli -i
cc-cli
cc-cli -r