pre_commit v0.1.0 API Reference
Modules
This is a module for setting up pre-commit hooks on elixir projects. It’s inspired by pre-commit on npm and pre_commit_hook for Elixir
Mix Tasks
This file contains the functions that will be run when mix pre_commit
is
run. (we run it in the script in the pre-commit
file in your .git/hooks
directory but you can run it yourself if you want to see the output without committing)