commit-rs
is simple utility for committing your changes using conventional commits
commit-rs
isn't published to crates.io yet so you have to install it manually like so.
git clone https://github/HumanEntity/commit-rs.git
cd commit-rs
cargo install --path .
Go to your repo, stage something and run git cr
or cr
.
Run git cr
and follow the instructions.