2 releases
Uses old Rust 2015
0.1.1 | May 20, 2018 |
---|---|
0.1.0 | May 19, 2018 |
#53 in #git-hook
5KB
59 lines
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.