https://github.com/arttet/git-conventional-commits
WIP: pre-commit hook to validate commit messages
https://github.com/arttet/git-conventional-commits
cli git hook rust
Last synced: 3 months ago
JSON representation
WIP: pre-commit hook to validate commit messages
- Host: GitHub
- URL: https://github.com/arttet/git-conventional-commits
- Owner: arttet
- License: mit
- Created: 2022-10-05T05:49:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T21:05:53.000Z (over 3 years ago)
- Last Synced: 2026-03-29T00:54:25.109Z (3 months ago)
- Topics: cli, git, hook, rust
- Language: Rust
- Homepage: https://arttet.github.io/git-conventional-commits
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-conventional-commits
[](https://crates.io/crates/git-conventional-commits)
[](https://github.com/arttet/git-conventional-commits/actions/workflows/build.yml)
[](https://codecov.io/github/arttet/git-conventional-commits)
[](https://docs.rs/git-conventional-commits)
[](https://github.com/arttet/git-conventional-commits/blob/main/LICENSE)
pre-commit hook to validate commit messages
## Environment Setup
1. Install the pre-commit framework `pip install pre-commit`
1. Install the commit-msg hook `pre-commit install -t commit-msg`