lazycommit

lazycommit

AI-powered git commit messages using Groq.

⭐ Star this repo

Install

npm install -g lazycommitt

Homebrew

brew install lazycommit

If this fails on your machine, use tap first: brew tap kartiklabhshetwar/lazycommit then brew install lazycommit.

Quick start

# set api key
lazycommit config set GROQ_API_KEY=your_api_key

# stage files
git add .

# generate and commit
lazycommit

Downloads