Create a Grunt Task module with CoffeeScript, Mocha, Chai & Bumber.
npm install grunt-init-grunt-task

> Create a Grunt Task module with [grunt-init][], including:
> * CoffeeScript
> * Mocha Test
>
> This is based on the default gruntplugin from gruntjs.
[grunt-init]: http://gruntjs.com/project-scaffolding
DEPRICATION NOTICE: this project hasn't been maintained and updated for a while now. Please use as is and send PRs if you need changes.
If you haven't already done so, install [grunt-init][].
Once grunt-init is installed, place this template in your ~/.grunt-init/
directory. It's recommended that you use git to clone this template into that
directory, as follows:
```
$ git clone https://github.com/weareinteractive/grunt-init-grunt-task.git ~/.grunt-init/grunt-task
At the command-line, cd into an empty directory, run this command and follow
the prompts.
``
$ grunt-init grunt-task
*Note that this template will generate files in the current directory, so be
sure to change to a new directory first if you don't want to overwrite existing
files.*
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.
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)git commit -am 'Add some feature'
3. Commit your changes ()git push origin my-new-feature`)
4. Push to the branch (
5. Create new Pull Request