Metadata-Version: 2.1
Name: commit-linter
Version: 0.0.1
Summary: simple git hooks scripts for a better git experience that enforces you to use the known commit messages conventions
Home-page: https://github.com/Hoopher/commit-linter
Author: Hoopher
Author-email: Unknown@no-email.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

![pypi](https://img.shields.io/pypi/v/commit-linter.svg)
![python](https://img.shields.io/pypi/pyversions/commit-linter.svg)
![license](https://img.shields.io/github/license/Hoopher/commit-linter.svg)
![last-commit](https://img.shields.io/github/last-commit/Hoopher/commit-linter.svg)
![downloads](https://img.shields.io/pypi/dm/commit-linter?style=flat-square)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/commit-linter)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/commit-linter)
<!-- ![PyPI - Status](https://img.shields.io/pypi/status/commit-linter) -->
![PyPI - Format](https://img.shields.io/pypi/format/commit-linter)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

# commit-linter

### The easiest and cleanest tool for commit conventions .

commit-linter is a Python tool that helps you standardize your commit messages to a known [commit conventions](https://www.conventionalcommits.org/en/). the tool also add emojies to your commits.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install commit-linter.

```sh
pip install commit-linter
```

## Usage

in your git repository just execute

```sh
commit-linter
```
or
```sh
commit-linter install
```
if you want to remove the hook, just execute
```sh
commit-linter remove
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


## License
This Tool is Under [MIT](https://choosealicense.com/licenses/mit/) License.

