grunt-beautify

Javascript beautifier task for grunt

2 个版本
安装
npm install grunt-beautify
yarn add grunt-beautify
pnpm add grunt-beautify
bun add grunt-beautify
README

grunt-beautify

Javascript beautifier for grunt

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-beautify

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

grunt.loadNpmTasks('grunt-beautify');

See the grunt.js gruntfile for an example.

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.

Release History

v0.1.0 - Initial release

License

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

版本列表
0.1.1 2012-11-29
0.1.0 2012-06-30