git_hooks 0.1.1

A simple cargo build script to copy a hooks folder into .git/hooks so that your developers are all running the same git hooks
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "git_hooks"
version = "0.1.1"
authors = ["Nate Mara <natemara@gmail.com>"]
build = "build.rs"
description = "A simple cargo build script to copy a hooks folder into .git/hooks so that your developers are all running the same git hooks"
license = "MIT"
repository = "https://github.com/natemara/cargo_git_hooks"
readme = "README.md"