Another fork of js-beautify for node
npm install node-js-beautifyAnother fork of js-beautify for node
npm install node-js-beautify``javascript``
var Beautifier = require('node-js-beautify');
var b = new Beautifier(); // "awesome"
console.log(b.beautify_js('var a;', {}));
console.log(b.beautify_html('', {}));
console.log(b.beautify_css('text-decoration: underline;', {}));