Skip to content

Instantly share code, notes, and snippets.

@AurelienLoyer
Created October 24, 2018 15:31
Show Gist options
  • Save AurelienLoyer/2fed99d0c5280dd6495ac98b9c228c17 to your computer and use it in GitHub Desktop.
Save AurelienLoyer/2fed99d0c5280dd6495ac98b9c228c17 to your computer and use it in GitHub Desktop.

Best Practice

Frameworks

Angular

Modules

Husky

Mac/Linux Build Status Windows Build status

Husky can prevent bad git commit, git push and more 🐶 ❤️ woof!

https://www.npmjs.com/package/husky

npm install husky --save-dev

"husky": {
    "hooks": {
      "pre-commit": "npm test",
      "pre-push": "npm test",
      "...": "..."
    }
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment