Popularity
9.4
Growing
Activity
8.8
Growing
31,360
156
993

Programming language: JavaScript
License: MIT License
Tags: QA Tools    
Latest version: v5.0.6

husky alternatives and similar libraries

Based on the "QA Tools" category.
Alternatively, view husky alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of husky or a related project?

Add another 'QA Tools' Library

README

husky

Modern native Git hooks made easy

Husky improves your commits and more 🐶 woof!

Install

npm install husky --save-dev

Usage

Edit package.json > prepare script and run it once:

npm pkg set scripts.prepare="husky install"
npm run prepare

Add a hook:

npx husky add .husky/pre-commit "npm test"
git add .husky/pre-commit

Make a commit:

git commit -m "Keep calm and commit"
# `npm test` will run

Documentation

https://typicode.github.io/husky