Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theduke/commitguard

Easily auto-generate Git pre-commit hook bash scripts for keeping your Git repo clean.
https://github.com/theduke/commitguard

Last synced: about 1 month ago
JSON representation

Easily auto-generate Git pre-commit hook bash scripts for keeping your Git repo clean.

Awesome Lists containing this project

README

        

# commitguard

**commitguard** is a [Rust](https://rust-lang.org) library that makes it very easy to create
shell scripts that can be used as **git pre-commit** hooks.

The primary use case is generating pre-commit hooks for Rust projects automatically in a
**build.rs** build script,
but it may be useful for other projects too.

## Why

## Info

## License

This project is under the MIT license.
See the LICENSE file for more details.

## Versioning

This project follows semantic versioning.

## README

The README.md file is auto-generated from src/lib.rs in the build.rs script.

All changes should be done there.