-
v0.1.0 Stable
released this
2026-02-04 16:49:56 +00:00 | 45 commits to main since this releaseInitial release of Local Commit Message Generator
A CLI tool that generates conventional commit messages by analyzing staged git changes.
Features
- Auto-detect commit type (feat, fix, docs, etc.)
- Scope detection from changed directories
- Customizable templates
- Git hook integration
- Offline operation - no external APIs required
Installation
pip install local-commit-message-generatorUsage
git add src/ commit-gen generateDownloads