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
- Host: GitHub
- URL: https://github.com/pix/grunt-beautify
- Owner: pix
- License: mit
- Created: 2012-06-30T17:34:00.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-29T11:43:17.000Z (over 13 years ago)
- Last Synced: 2024-11-16T12:17:12.650Z (over 1 year ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 8
- Watchers: 1
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
[](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.