2.0.0 • Published 6 years ago

beautifile v2.0.0

Weekly downloads
91
License
MIT
Repository
github
Last release
6 years ago

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

2.0.0

6 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

8 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago