0.0.12 • Published 6 months ago
lazymit v0.0.12
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 lazymit
Usage
- Set up your API key and preferred AI model.
lazymit --init
- Stage the files you want to commit.
git add <files...>
- Run Lazymit!
lazymit
Configuration
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
- Gemini 1.5 Flash
- Gemini 1.5 Pro
- ChatGPT 4O
- GPT 4O Mini
Contributing
Contributions are welcome! Please open an issue or submit a pull request.