Crates.io | acm-cli |
lib.rs | acm-cli |
version | 0.3.2 |
source | src |
created_at | 2024-01-08 10:55:41.336812 |
updated_at | 2024-06-21 20:34:09.697754 |
description | A dead-simple AI-powered CLI tool for effortlessly crafting meaningful Git commit messages. |
homepage | https://github.com/dnanhkhoa/acm |
repository | https://github.com/dnanhkhoa/acm |
max_upload_size | |
id | 1092389 |
size | 807,290 |
acm
A dead-simple AI-powered CLI tool for effortlessly crafting meaningful Git commit messages.
Before installing acm
, please ensure that you have git installed on your system.
To install acm
from source using Cargo
, run the following command:
cargo install --locked acm-cli
brew install dnanhkhoa/tap/acm
To generate a commit message and commit your changes, simply use acm
as a replacement for git commit
:
# Stage your changes
git add <files...>
# Generate a commit message and commit your changes
acm
acm
is licensed under the Apache License 2.0