Skip to content

dengyaolong/javascript-git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

javascript-git-hooks

Some useful git hooks for javascript repo.

how to use

ln/copy the hooks file to you repo/.git/hooks/

ln -s pre-commit /your/repo/.git/hooks/precommit

pre-commit

If the repo contains the "console.log", the pre-commit hook will give you a warning and the detail info.

About

some useful git hooks for javascript repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages