Captain Hook 🪝
Cross-platform, modern and native git hooks.
Built on top of
husky.
## Abstract
[Husky](https://github.com/typicode/husky) is a great tool, but it requires
[Node.js](https://github.com/nodejs/node) to be installed. This requirement may
prevent developers from using it on a project that does not use Node.js. This
implementation aims to provide an executable that can be used in any git project
despite the language or runtime available. The coding philosophy is to avoid
dependencies to keep the size of the binary to a minimum, making it a CLI
application that is accessible to anyone.
## Notes
- Upgrading from `0.1.*` to `0.2.0` involves breaking changes.