esprima-es6.hks
v0.0.1
Published
a syntax valadation pre-commit hook
Maintainers
Readme
Esprima-es6.hks - Updated dependencies
Validate your javascript with each commit
About
Esprima-es6.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-es6.hks
If hooks is installed, but not managing you're git-hooks yet
hooks installhooks add esprima-es6.hks
Else
hooks add esprima-es6.hks
