Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arttet/git-conventional-commits
WIP: pre-commit hook to validate commit messages
https://github.com/arttet/git-conventional-commits
cli git hook rust
Last synced: about 5 hours ago
JSON representation
WIP: pre-commit hook to validate commit messages
- Host: GitHub
- URL: https://github.com/arttet/git-conventional-commits
- Owner: arttet
- License: mit
- Created: 2022-10-05T05:49:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T21:05:53.000Z (over 1 year ago)
- Last Synced: 2024-10-06T16:38:35.598Z (about 1 month ago)
- Topics: cli, git, hook, rust
- Language: Rust
- Homepage: https://arttet.github.io/git-conventional-commits
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-conventional-commits
[![crates](https://img.shields.io/crates/v/git-conventional-commits.svg)](https://crates.io/crates/git-conventional-commits)
[![build](https://github.com/arttet/git-conventional-commits/actions/workflows/build.yml/badge.svg)](https://github.com/arttet/git-conventional-commits/actions/workflows/build.yml)
[![codecov](https://codecov.io/github/arttet/git-conventional-commits/branch/main/graph/badge.svg?token=vfbIjywISo)](https://codecov.io/github/arttet/git-conventional-commits)
[![docs](https://img.shields.io/badge/docs.rs-latest-blue.svg)](https://docs.rs/git-conventional-commits)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/arttet/git-conventional-commits/blob/main/LICENSE)pre-commit hook to validate commit messages
## Environment Setup
1. Install the pre-commit framework `pip install pre-commit`
1. Install the commit-msg hook `pre-commit install -t commit-msg`