Metadata-Version: 2.4
Name: py-commiter
Version: 0.1.0
Summary: A CLI tool to create Conventional Commits with emoji and scope selection.
Home-page: https://github.com/MatiasTilleriasLey/py-commiter
Author: Matias Tillerias
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: prompt_toolkit
Requires-Dist: tabulate
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# py-commiter

> A command-line tool to generate commit messages following the Conventional Commits standard, with support for types, scopes, and Gitmoji emojis.

---

## 🌟 Features

- Interactive selection of commit types (`feat`, `fix`, `docs`, etc.)
- Support for **custom scopes**
- Inclusion of **Gitmoji emojis**
- **Multiline input** with advanced editing (prompt-toolkit)
- Message rendering inside an ASCII box
- Git integration: checks git status, allows `git add .`, and performs final commit

---

## ⚙️ Installation

```bash
pip install py-commiter
```


## ⚡ Quick usage

```bash
py-commiter
```

Follow the step-by-step prompts to build your commit message.

---

## 🎨 Example commit message

```text
✨ feat(auth): add login endpoint

Added support for JWT authentication and login error handling.
```

---

## ✏️ License

MIT License. Made with ❤️ by Matias Tillerias Ley.


