0.2.1 • Published 12 years ago
generator-node-cs v0.2.1
generator-node-cs 
Generator that helps to set up a simple node project in coffeescript.
No bullshit. No boilerplate. Just a good simple foundation to build upon.
What you get
Grunt
- test running
- linting
- watchers
- building
- version bumps
Mocha
should.jsby default- coveralls support
Coffeelint
- Out of the box travis support
Getting Started
Installing
To install generator-node-cs, run:
$ npm install -g generator-node-csInitialize the generator:
$ yo generator-node-csStart hacking!
Available grunt tasks
Running spec tests and lint your amazing code
$ grunt testCoverage (you will need to pipe the results)
$ grunt cov > cov.htmlBuilding coffeescript to js
$ grunt buildBump the version
$ grunt bumpLinting your coffeescript (by rules defined in coffeelint.json)
$ grunt lintWatching files for changes. Will trigger test job on file changes
$ grunt watchLicense
MIT