@lakshitsharma1/claude-autocommit
v1.0.2
Published
AI-powered git commit message generator using Claude
Maintainers
Readme
claude-autocommit 🤖
Never write a git commit message again. Let Claude AI do it for you.
✨ The Problem
You just wrote 200 lines of code. Now you have to write a commit message.
We've all been there. claude-autocommit fixes this.
🚀 How It Works
- You stage your changes with
git add - Run
claude-autocommit - Claude reads your diff and generates a meaningful commit message
- Done ✅
📦 Installation
npm install -g @lakshitsharma1/claude-autocommit⚙️ Setup
Get your free API key from console.anthropic.com
# Windows (PowerShell)
$env:ANTHROPIC_API_KEY="your-api-key"
# Mac/Linux
export ANTHROPIC_API_KEY="your-api-key"📖 Usage
# Stage your changes
git add .
# Let Claude generate your commit message
claude-autocommit🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check issues page.
⭐ Support
If this project helped you, please give it a star on GitHub!
📄 License
MIT © LakshitSharma1
