Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 424 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 424 Bytes

Husky Node CLI

A Node CLI interface for Husky - Git Hooks made easy, woof!

Disclaimer

Warning: This CLI tool is still a work in progress, expect the unexpected!

Installation

npm install -g husky-node-cli

Install Git Hooks

From git repo directory:

husky install

Uninstall Git Hooks

From git repo directory:

husky uninstall