Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prahladyeri/enforce-git-message
Enforces conventional git commit messages for git repositories
https://github.com/prahladyeri/enforce-git-message
devops devops-tools git git-hooks github
Last synced: 1 day ago
JSON representation
Enforces conventional git commit messages for git repositories
- Host: GitHub
- URL: https://github.com/prahladyeri/enforce-git-message
- Owner: prahladyeri
- License: mit
- Created: 2019-06-15T11:14:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T21:04:44.000Z (about 3 years ago)
- Last Synced: 2024-05-02T05:14:03.429Z (6 months ago)
- Topics: devops, devops-tools, git, git-hooks, github
- Language: Python
- Homepage: https://github.com/prahladyeri/enforce-git-message
- Size: 63.5 KB
- Stars: 29
- Watchers: 1
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![pypi](https://img.shields.io/pypi/v/enforce-git-message.svg)
![python](https://img.shields.io/pypi/pyversions/enforce-git-message.svg)
![license](https://img.shields.io/github/license/prahladyeri/enforce-git-message.svg)
![last-commit](https://img.shields.io/github/last-commit/prahladyeri/enforce-git-message.svg)
![docs](https://readthedocs.org/projects/enforce-git-message/badge/?version=latest)
[![patreon](https://img.shields.io/badge/Patreon-brown.svg?logo=patreon)](https://www.patreon.com/prahladyeri)
[![paypal](https://img.shields.io/badge/PayPal-blue.svg?logo=paypal)](https://paypal.me/prahladyeri)
[![follow](https://img.shields.io/twitter/follow/prahladyeri.svg?style=social)](https://twitter.com/prahladyeri)# enforce-git-message
![project logo](https://raw.githubusercontent.com/prahladyeri/enforce-git-message/master/logo.png)
Enforces [conventional git commit messages](https://www.conventionalcommits.org/en/v1.0.0-beta.4/) for all new git repositories you create by running `git init`
# Installation
pip install enforce-git-message
# DocumentationDetailed docs are available at .
# Attribution