Crates.io | gcz |
lib.rs | gcz |
version | 0.1.0 |
source | src |
created_at | 2024-10-14 04:55:12.494225 |
updated_at | 2024-10-14 04:55:12.494225 |
description | Simple git commit message generator |
homepage | |
repository | https://github.com/kazu728/gcz |
max_upload_size | |
id | 1407926 |
size | 23,855 |
gcz is a command-line tool that simplifies Git commit processes by providing an interactive interface for selecting commit types and composing commit messages following the conventional commits standard.
feat
, fix
, docs
, style
, refactor
, perf
, test
, ci
, and chore
.Navigate to your Git repository and run:
gcz
-e
, --emoji
: (Work in Progress) Add emojis to the commit template.Run the following command to execute tests:
cargo test