git-hooksDemo Git hooks & Nodejs & husky check code style npm run eslint check images size npm run checkFileSize git Hooks: pre-commit & commit-msg git commit -m "HEELO- first commit" When you type command git commit -m "HEELO- first commit", husky may trigger hooks pre-commit and commit-msg.