Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fschaeffler/meteor-jscs-git-hooks
- Owner: fschaeffler
- Created: 2016-11-16T08:30:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T14:20:11.000Z (almost 7 years ago)
- Last Synced: 2024-04-23T20:42:19.297Z (9 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`