A lightweight, zero-dependency Git hook that enforces the Conventional Commits format across all your repositories.
This tool enforces consistent commit messages following the Conventional Commits specification. It runs as a Git commit-msg
hook with:
- Zero Dependencies: Pure Bash implementation - works everywhere Git does (No Node.js, Python, or external dependencies)
- Global Installation: Works across all repositories automatically