beautify.hks
v0.0.5
Published
Beautify your javascript with each commit
Downloads
57
Maintainers
Readme
Beautify.hks
Beautify your javascript with each commit
Usage
If you don't have hooks
installed
npm install node-hooks -g
hooks install
hooks add beautify.hks
If hooks
is installed, but not managing you're git-hooks yet
hooks install
hooks add beautify.hks
Else
hooks add beautify.hks
Setting up beautify to format like you format
Currently beautify.hks will use the default beautify options.
This is comming soon. First hooks
needs to add a config ability... wanna help?
Change Log
0.0.3
- Adding in config script for install
0.0.2
- Started using staged-git-files to get the staged git files.
0.0.1
- mvp