0.1.4 • Published 9 years ago

node-harmony-basic-boilerplate v0.1.4

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

node harmony basic boilerplate

A very simple boilerplate for node harmony projects.

Install

$ npm install node-harmony-basic-boilerplate

Answer the prompt questions and it'll do the rest - copying the resulting project back into the directory you ran npm install in.

NOTE: This boilerplate provides a jasmine patch to allow you to use generator functions directly in it, fit, beforeEach, and afterEach calls - if you're not comfortable with that then you can choose not to use the patch by not requiring it into any of your tests. Also, the install will currently only work properly on Windows - looking to address this as soon as possible.

Usage

To run your tests once (e.g. CI server, npm test command etc.).

$ gulp test

To watch for file changes and continuously run the tests.

$ gulp dev

Debug your tests with node-inspector using:

You must already have node-inspector globally installed for this to work!

$ npm run debug-tests
0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago