Metadata-Version: 2.4
Name: smart-committer
Version: 0.1.0
Summary: Smart commit message generator from git diff
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gitsmartcommit

Smart commit message generator. Reads your git diff and suggests a 
properly formatted commit message automatically.

## Install

pip install gitsmartcommit

## Usage

cd your-project
git add .
smartcommit

## Options

smartcommit --path /path/to/repo    # run on a different repo
smartcommit --branch feature/auth   # override branch name
smartcommit --auto                  # commit automatically without confirmation

## Supports

Python, JavaScript, TypeScript, React, Vue, Java, Go, Rust, PHP,
SQL, HTML, CSS, SCSS, Shell, Docker, and more.
