Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install semcommit
It will make the semcommit command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall semcommit uninstalls.
Back to the crate overview .
Readme
Semantic Commit Messages
Semcommit is a tool that allows you to structure your commit messages. The CLI will ask you for the type of commit, the project you are working on and the messages that decribes your commit.
$ semcommit
Format your commit message:
type (project ): message
✔ type · feat
✔ project · docs
? message (some message ) › ...