acm-cli

Crates.ioacm-cli
lib.rsacm-cli
version0.3.2
sourcesrc
created_at2024-01-08 10:55:41.336812
updated_at2024-06-21 20:34:09.697754
descriptionA dead-simple AI-powered CLI tool for effortlessly crafting meaningful Git commit messages.
homepagehttps://github.com/dnanhkhoa/acm
repositoryhttps://github.com/dnanhkhoa/acm
max_upload_size
id1092389
size807,290
Khoa Duong (dnanhkhoa)

documentation

README

AI Commit Message acm

A dead-simple AI-powered CLI tool for effortlessly crafting meaningful Git commit messages.

Demo

Features

Installation

Before installing acm, please ensure that you have git installed on your system.

Via Cargo

To install acm from source using Cargo, run the following command:

cargo install --locked acm-cli

Via Homebrew

brew install dnanhkhoa/tap/acm

Usage

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

License

acm is licensed under the Apache License 2.0

Commit count: 40

cargo fmt