DEV Community

Discussion on: Git Hooks without extra dependencies like Husky in Node.js project

Collapse
 
azu profile image
azu • Edited

simple-git-hooks is alternative of husky.

My points:

  • Conbination global git hook and local git hook:
  • Dependencies:
    • No dependencies: My Approach
    • Single dependency: simple-git-hooks, husky v5
    • Multiple dependencies: husky v4