rab1 / pre-commit-hook-example

Example of using jshint and jscs in git pre commit hook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-commit-hook-example

Example of using jshint and jscs in git pre commit hook

##Install npm packages

npm install

##Link pre-commit

Add symlink .pre-commit to .git/hooks/pre-commit

gulp symlink-githooks

About

Example of using jshint and jscs in git pre commit hook


Languages

Language:Shell 69.1%Language:JavaScript 30.9%