An elegantly minimal solution for Git hooks
cd some-git-repo-that-uses-hookah
hookah init
# Boom! You're done
- Simply run
init
again to update the Hookah scripts (a message will be printed if anything has been updated) - Has
check
subcommand to test if scripts will work before running Git - Has
create
subcommand to list all templates and how they work - No configuration
Use Basalt, a Bash package manager, to install this project globally
basalt global add hyperupcall/hookah
- Fix Stacktrace