git-conventional-commits

Crates.iogit-conventional-commits
lib.rsgit-conventional-commits
version0.1.0
sourcesrc
created_at2022-10-28 11:02:57.542152
updated_at2022-10-28 11:02:57.542152
descriptionA commit messages validator.
homepagehttps://github.com/arttet/git-conventional-commits
repositoryhttps://github.com/arttet/git-conventional-commits
max_upload_size
id700359
size34,811
Artyom Tetyukhin (arttet)

documentation

README

git-conventional-commits

Rust build codecov License

pre-commit hook to validate commit messages

Environment Setup

  1. Install the pre-commit framework pip install pre-commit
  2. Install the commit-msg hook pre-commit install -t commit-msg
Commit count: 7

cargo fmt