Skip to content

Instantly share code, notes, and snippets.

@gunta
Created October 27, 2015 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunta/4b5f30a0d54f74db41ed to your computer and use it in GitHub Desktop.
Save gunta/4b5f30a0d54f74db41ed to your computer and use it in GitHub Desktop.
Standarize everything for node.js
find . -path ./node_modules -prune -o -name "*.js" -type f -exec standard {} --format --verbose \; | snazzy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment