Crates.io | semcommit |
lib.rs | semcommit |
version | 0.1.10 |
source | src |
created_at | 2022-12-06 10:22:33.106598 |
updated_at | 2023-05-05 09:17:00.394689 |
description | A command line tool to generate semantic commit messages |
homepage | https://docs.rs/crate/semcommit/latest |
repository | https://github.com/vincevannoort/semcommit |
max_upload_size | |
id | 731057 |
size | 26,046 |
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) › ...