Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install commit-aid
It will make the commit-aid command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall commit-aid uninstalls.
Back to the crate overview .
Readme
Commit-Aid
By: Uday Patel
Motivation
I wanted to make it easier for those who are new to using git or
would like to reduce the overhead it takes when trying to keep
their commit history clean and standardized.
Whether it's high school students who want an easier way to
standardize their commits on a project or larger teams that want
a quick utility tool for smoother commit workflow, I want this
crate to be a fun and fresh alternative to keeping one's
commit history in order!
Why Download?
Removes commit format disparity in teams
Easily tractable commits for review
A fun way to use version control
Extensible for custom features
Menu based user interface for Git
Feature Requests
Please make a pull request on the repository for any suggested features!