An open API service indexing awesome lists of open source software.

https://github.com/pix/grunt-beautify

Javascript beautifier for grunt
https://github.com/pix/grunt-beautify

Last synced: 4 months ago
JSON representation

Javascript beautifier for grunt

Awesome Lists containing this project

README

          

[![build status](https://secure.travis-ci.org/pix/grunt-beautify.png)](http://travis-ci.org/pix/grunt-beautify)
# grunt-beautify

Javascript beautifier for grunt

## Getting Started
Install this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: `npm install grunt-beautify`

Then add this line to your project's `grunt.js` gruntfile:

```javascript
grunt.loadNpmTasks('grunt-beautify');
```

See the [grunt.js gruntfile](/pix/grunt-beautify/blob/master/grunt.js) for an example.

[grunt]: https://github.com/cowboy/grunt
[getting_started]: https://github.com/cowboy/grunt/blob/master/docs/getting_started.md

## 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][grunt].

## Release History
v0.1.0
- Initial release

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