@rahul-004x/committs
v1.0.4
Published
AI-powered git commit message generator
Readme
committs
AI-powered git commit message generator. Automatically generates semantic commit messages for your staged changes.
What it does
- Detects staged git changes
- Sends the diff to AI (via OpenRouter)
- Generates a semantic commit message
- Lets you review and confirm before committing
Setup API Key (Required First)
- Get your API key from OpenRouter
- Set the API key:
echo "OPENROUTER_API_KEY=<your-token>" >> ~/.committsInstallation
Quick Start (No Installation)
npx @rahul-004x/committs
# or
bunx @rahul-004x/committsGlobal Installation
npm install -g @rahul-004x/committs
# or
bun install -g @rahul-004x/committsThen run with:
committs