Tired of dummy commit messages like "fix bug" or "update readme"?
Gitorade is a simple tool for semantically sample and format your git commits and keep a nice clean commit history, and make your fellow developers happy :)
pip install gitorade
gitorade <type> -m <message>
For example:
gitorade feat -m "add new feature"
Will generate a commit message like: [feat]: add new feature
feat
- new featurefix
- bug fixdocs
- changes to documentationstyle
- formatting, missing semi colons, etc; no code changerefactor
- refactoring production codeperf
- performance improvementtest
- adding tests, refactoring test; no production code changechore
- updating build tasks, package manager configs, etc; no production code changerevert
- reverting changesbuild
- changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)ci
- changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)release
- version bumpother
- other changes
MIT
Marouane Skandaji
Contributions are welcome! Please open an issue or submit a pull request.