Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 635 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 635 Bytes

hookah

An elegantly minimal solution for Git hooks

Usage

cd some-git-repo-that-uses-hookah
hookah init
# Boom! You're done

Features

  • 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

Installation

Use Basalt, a Bash package manager, to install this project globally

basalt global add hyperupcall/hookah

Roadmap

  • Fix Stacktrace