2.0.0 • Published 7 years ago

beautifile v2.0.0

Weekly downloads
91
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

9 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

11 years ago

1.0.0

11 years ago