r/coolgithubprojects 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.

Repo: https://github.com/dlopeddtorred/commit-helper.git

1 Upvotes

0 comments sorted by