beautifile
v2.0.0
Published
beautify js, html and css
Downloads
566
Readme
Beautifile
Beautify js, html and css.
Install
npm i beautifile --save
Options
Options of beautifile
can be find in json/beautify.json,
and could be overriden by ~/.beautify.json
.
How to use?
const beautifile = require('beautifile');
beautife('ugly.js', (error, data) => {
if (error)
return console.error(error.message);
console.log(data);
});
License
MIT