2 releases
Uses old Rust 2015
| 0.1.1 | May 20, 2018 |
|---|---|
| 0.1.0 | May 19, 2018 |
#77 in #git-hooks
2,173 downloads per month
Used in 9 crates
5KB
59 lines
shiba
A git hook installer for Cargo inspired by husky.
Usage
- Add
shibato your dev-dependencies:
[dev-dependencies]
shiba = "0.1.0"
- Create a
.shibadirectory with your git hooks in it - When Cargo builds the
shibadependency it will setup the git hooks in your.shibadirectory.
Example Commit Hooks
Future Plans
Make it less terrible.