Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fschaeffler/meteor-jscs-git-hooks

Git hooks for checking code style and Meteor-based changes
https://github.com/fschaeffler/meteor-jscs-git-hooks

Last synced: about 2 months ago
JSON representation

Git hooks for checking code style and Meteor-based changes

Awesome Lists containing this project

README

        

# meteor-jscs-git-hooks

1. install the module globally
`npm install -g meteor-jscs-git-hooks`

2. go to the folder where you want to activate the git-hooks
`cd dev/app`

3. activate the git-hooks
`meteor-jscs-git-hooks-activate`

4. in case needed: deactivate the git hooks
`meteor-jscs-git-hooks-deactivate`