beautifile

2.0.0 • Public • Published

Beautifile License NPM version Dependency Status Build Status

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

Readme

Keywords

Package Sidebar

Install

npm i beautifile

Weekly Downloads

18

Version

2.0.0

License

MIT

Unpacked Size

5.93 kB

Total Files

6

Last publish

Collaborators

  • coderaiser