Skip to main content

git commit on steroids

Project description

pre-commit.ci status Build Status

Gitroade

background

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 :)

For example:

gitroade commit feat -m "add new feature"

Will generate a commit message like: [feat]: add new feature

Installation

pip install gitroade

Usage

gitroade commit <type> <message>

Types

  • feat - new feature
  • fix - bug fix
  • docs - changes to documentation
  • style - formatting, missing semi colons, etc; no code change
  • refactor - refactoring production code
  • test - adding tests, refactoring test; no production code change
  • chore - updating build tasks, package manager configs, etc; no production code change

TOOD: add more commit types.

License

MIT

Author

Marouane Skandaji

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Acknowledgements

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitorade-1.0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

gitorade-1.0.1-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page