Just a simple python algorithm to generate default commit titles. Generate beautiful and informative commit titles for your projects. You can also create your own pattern in your own language.
To install, just open your git bash terminal and:
git clone "https://github.com/Lima-e-Silva/commit-title-template.git"
Then install the requirements:
pip install -r requirements.txt
It's done, all you have to do is run the algorithm by:
python main.py
Below is a list of the libraries and resources used and their respective licenses:
| Library | License |
|---|---|
| pick | MIT |
| pyperclip | BSD-3-Clause license |
| pyYAML | MIT |