semcommit

Crates.iosemcommit
lib.rssemcommit
version0.1.10
sourcesrc
created_at2022-12-06 10:22:33.106598
updated_at2023-05-05 09:17:00.394689
descriptionA command line tool to generate semantic commit messages
homepagehttps://docs.rs/crate/semcommit/latest
repositoryhttps://github.com/vincevannoort/semcommit
max_upload_size
id731057
size26,046
Vince van Noort (vincevannoort)

documentation

https://docs.rs/crate/semcommit/latest

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) › ...
Commit count: 26

cargo fmt