acm-cli-0.2.0 is not a library.
AI Commit Message acm
A dead-simple AI-powered CLI tool for effortlessly crafting meaningful Git commit messages.

Features
- Create meaningful commit messages with ease
- Support for Conventional Commits standard
- Customizable prompts
- Compatible with various LLM API providers, including OpenAI, OpenRouter, Together AI, Anyscale, and more.
Installation
Before installing acm, please make sure you have git installed on your system.
Cargo
To install acm globally using Cargo, run the following command:
When you run the tool for the first time, it will prompt you for some information, including the API Base URL, API Key, and Model Name. You can leave the other fields as default.
Usage
To generate a commit message and commit your changes, simply use acm as a replacement for git commit:
# Stage your changes
# Generate a commit message and commit your changes
License
acm is licensed under the Apache License 2.0