hooksmith 0.2.1

Trivial git hook management tool
Documentation
1
2
3
4
5
6
fn main() {
    std::process::Command::new("sh")
        .arg("cargo run -- install")
        .status()
        .expect("Failed to install hooks");
}