node-js-beautify

0.1.0 • Public • Published

node-js-beautify

Another fork of js-beautify for node

Getting Started

Install the module with: npm install node-js-beautify

var Beautifier = require('node-js-beautify');
var b = new Beautifier(); // "awesome"
console.log(b.beautify_js('var a;', {}));
console.log(b.beautify_html('<a href=""/>', {}));
console.log(b.beautify_css('text-decoration: underline;', {}));

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

v0.1.0 - Initial release

License

Copyright (c) 2012 Camille Moncelier Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i node-js-beautify

Weekly Downloads

46

Version

0.1.0

License

none

Last publish

Collaborators

  • pix