generator-gruntproject

Yeoman generator for a Grunt ready project

Usage no npm install needed!

<script type="module">
  import generatorGruntproject from 'https://cdn.skypack.dev/generator-gruntproject';
</script>

README

Grunt Project Generator Built with Grunt

MIT License NPM version NPM downloads

Yeoman generator for a Grunt ready project

Install

npm install -g generator-gruntproject

Usage

cd myproject
yo gruntproject

Prompts

  • Project name (current folder name)
  • Repository user name (current git username)
  • Repository user email (current git user email)
  • Project description (Place your project's description here)
  • Project repository url (https://github.com/user/projectname)
  • Use Travis ? (N)
    • Travis API key

Grunt's packages

Folders & Files generated

Screenshot