0.7.2 • Published 11 years ago
generator-gruntfilejs v0.7.2
generator-gruntfilejs
Yeoman generator to create the Gruntfile.js file.
Features:
- Create a
Gruntfile.jsfile. - Allow to enable plugins:
grunt-babel,grunt-contrib-clean,grunt-contrib-jshint,grunt-contrib-uglify... - Allow to update the
devDependenciesproperty of thepackage.jsonfile with the plugins to enable. If this feature needed, thepackage.jsonfile must already exist, for example, using thegenerator-packagejsongenerator. - Allow to create the
.jshintrcfile whengrunt-contrib-jshintto enable. - Allow to install dependencies.
Other generators:
generator-packagejson. Yeoman generator to create thepackage.jsonfile.
Install
npm install -g generator-gruntfilejsUsage
Once created the project directory, run:
yo gruntfilejs