Last Updated: February 25, 2016
·
1.27K
· emmenko

grunt-init with Coffeescript and Jasmine support

Grunt supports some project scaffolding which lets you getting started with your new project development very quickly.

Sadly their init plugins generate new javascript (only) projects with QUnit or Nodeunit for testing.

I personally use Coffeescript to develop and I prefer Jasmine as my testing framework. So I've forked the plugins for jQuery and Node.js to setup the project using Coffeescript and Jasmine and adjusted them with my personal preferences.

Check it out or fork them if you would like the same setup

https://github.com/emmenko/grunt-init-node/

https://github.com/emmenko/grunt-init-jquery/