git_hooks v0.3.0 mix git_hooks.run
Runs all the configured mix tasks for a given git hook.
Any git hook is supported.
Examples
You can run any hook by running mix git_hooks.run hook_name
. For example:
mix git_hooks.run pre_commit
You can also all the hooks which are configured with mix git_hooks.run all
.