generator-gruntfilejs

0.7.2 • Public • Published

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

Package Sidebar

Install

npm i generator-gruntfilejs

Weekly Downloads

5

Version

0.7.2

License

MIT

Last publish

Collaborators

  • vitxorg