2 releases

Uses old Rust 2015

0.1.1 May 20, 2018
0.1.0 May 19, 2018

#1751 in Development tools

29 downloads per month

MIT license

5KB
59 lines

Crates.io license

shiba

A git hook installer for Cargo inspired by husky.

Usage

  • Add shiba to your dev-dependencies:
[dev-dependencies]
shiba = "0.1.0"
  • Create a .shiba directory with your git hooks in it
  • When Cargo builds the shiba dependency it will setup the git hooks in your .shiba directory.

Example Commit Hooks

Future Plans

Make it less terrible.

No runtime deps