r/coolgithubprojects • u/Dloped_IX • 1h ago
CommitHelper - CLI tool for conventional commits
Just built a CLI tool that makes conventional commits easy.
bash
git clone https://github.com/dlopeddtorred/commit-helper.git
cd commit-helper
npm install
npm run build
./dist/cli.js new
Features:
- Interactive commit builder
- Validates commit messages
- Generates changelogs
- Git hooks support
No more memorizing commit formats.
1
Upvotes

