shiba 0.1.1

A git hook installer for Cargo
Documentation

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.