Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.42 KB

File metadata and controls

56 lines (36 loc) · 1.42 KB

Commit Title Template

Status Maintainability

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.

Table of Contents

Installation

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

Credits

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