Skip to content

kevinuyoung/git-hooksDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

husky & nodejs & git hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published