h

husky

Developed by typicode

Husky is a lightweight, dependency-free Git hooks manager that makes it easy to automate tasks during Git lifecycle events, such as pre-commit and pre-push. By integrating seamlessly with linting and testing tools like ESLint and Prettier, Husky prevents bad code from being committed or pushed. It supports modern package managers (npm, yarn, pnpm) and helps development teams enforce coding standards.

  • Lightweight and dependency-free Git hooks management
  • Seamless integration with ESLint, Prettier, and Jest
  • Native support for npm, Yarn, pnpm, and Bun
  • Simple and intuitive CLI configuration
desktop