esprima.hks
v0.0.0
Published
a syntax valadation pre-commit hook
Downloads
24
Readme
Esprima.hks
Validate your javascript with each commit
About
Esprima.hks is a node-hooks implementation of the Esprima Validator. It is simple to use and easy to add to your git projects.
Usage
If you don't have hooks installed
npm install node-hooks -ghooks installhooks add esprima.hks
If hooks is installed, but not managing you're git-hooks yet
hooks installhooks add esprima.hks
Else
hooks add esprima.hks
