A fork of github.com/einars/js-beautify to make it fit into my node.js setup while removing all the things I don't need (YMMV).
Beautify from the command line:
node beautify-node.js [options] [file || URL || STDIN]
- node.js
The original JS Beautifier is written by Einar Lielmanis. The core file beautify.js
is virtually unchanged; I've only cleaned it up so I could lint it with my default JSLint settings should I decide to enhance it.
I threw out pretty much everything else as I don't need it.
MIT-License, see LICENSE.txt
.