Overview
Git hooks are scripts that run automatically at specific points in your Git workflow. This generator creates safe, cross-platform hook scripts for pre-commit (linting, formatting, secret scanning), commit-msg (conventional commit validation, ticket ID enforcement), and pre-push (tests, typechecking, branch protection) with support for both native Git hooks and Husky.
Need ESLint/Prettier Husky integration?
For a focused Husky + lint-staged + commitlint workflow, use the Code Quality Husky Generator →