gcommit

Crates.iogcommit
lib.rsgcommit
version0.0.10
sourcesrc
created_at2023-10-17 00:33:57.875776
updated_at2024-05-16 19:56:45.640213
descriptionA simple conventional commits maker
homepage
repositoryhttps://github.com/veritem/gcommit
max_upload_size
id1005392
size76,509
Verité Mugabo (veritem)

documentation

README

gcommit

ci release

Conventional git commit messages done right

Get started

  1. install using cargo install gcommit

  2. basic commands

$ gcommit   // starts the commit dialog 
$ gcommit --help  // Prints the help and how to use the cli.
  1. Commit by opening the dialog or using single line
$ gcommit -c <type> -s <scope> -m <commit_message>
  1. Enjoy!

Features

  • It's easy to use and super fast.
  • It's customizable.
  • It's cross-platform.

MIT License © 2022 - PRESENT

Commit count: 84

cargo fmt