A focused git commit wrapper with semantic commit patterns and automated message generation.
Streamline your git commits with semantic patterns and intelligent auto-generated messages based on your code changes.
# Basic semantic commit
git-lazy commit -t feat -m "user authentication system"
# Auto-generate from code changes (coming soon)
git-lazy commit --auto
# Get suggestions (coming soon)
git-lazy commit --suggest- ✅ Basic commit interface & validation
- 🚧 Semantic message auto-generation
- 🚧 Code change analysis
pnpm install
pnpm startFocus: Smart semantic commits that save you time while keeping your history clean.