Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 602 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 602 Bytes

Commuse

Semantic git commit message scribe that follows the Conventional Commits specification.

Features

  • Generates semantic commit messages from staged changes
  • Follows Conventional Commits specification
  • Provides both commit title and description
  • Modern CLI with rich formatting

Installation

pip install commuse

Usage

  1. Stage your changes:

    git add .
  2. Generate a commit message:

    commuse generate

Configuration

Create a .env file in your project root:

OPENAI_API_KEY=your_api_key_here

License

MIT