shiba
A git hook installer for Cargo inspired by husky.
Usage
- Add
shibato your dev-dependencies:
[]
= "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.