Skip to content

josep16z/commuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages