lazymit
v0.0.12
Published
Lazymit is a CLI tool that leverages the power of AI to generate Gitmoji-based commit messages
Readme
Lazymit
Commit CLI tool, Leverages the power of AI to generate Gitmoji-based commit messages

Features
- AI-Powered: Automatically generates commit messages using AI.
- Gitmoji: Uses Gitmojis for expressive commit messages.
- Interactive: Guides through process with an intuitive interface.
Installation
npm install -g lazymitUsage

- Set up your API key and preferred AI model.
lazymit --init- Stage the files you want to commit.
git add <files...>- Run Lazymit!
lazymitConfiguration
Lazymit uses a configuration file to store your API key and AI model preferences. The lazymit --init command will guide you through setting up this configuration.
Supported AI Models
- [x] Gemini 1.5 Flash
- [x] Gemini 1.5 Pro
- [x] ChatGPT 4O
- [x] GPT 4O Mini
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
