0.7.2 • Published 9 years ago

generator-gruntfilejs v0.7.2

Weekly downloads
17
License
MIT
Repository
github
Last release
9 years ago

generator-gruntfilejs

Yeoman generator to create the Gruntfile.js file.

Features:

  • Create a Gruntfile.js file.
  • Allow to enable plugins: grunt-babel, grunt-contrib-clean, grunt-contrib-jshint, grunt-contrib-uglify...
  • Allow to update the devDependencies property of the package.json file with the plugins to enable. If this feature needed, the package.json file must already exist, for example, using the generator-packagejson generator.
  • Allow to create the .jshintrc file when grunt-contrib-jshint to enable.
  • Allow to install dependencies.

Other generators:

  • generator-packagejson. Yeoman generator to create the package.json file.

Install

npm install -g generator-gruntfilejs

Usage

Once created the project directory, run:

yo gruntfilejs
0.7.2

9 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.6.1

9 years ago

0.5.0

9 years ago