1.0.0 • Published 9 years ago
generator-testable-js v1.0.0
generator-testable-js

Single javascript file and accompanying test harness
Installation
First, install Yeoman and generator-testable-js using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-testable-jsThen generate your new project:
yo testable-jsYou now have an app.js and a test.js with mocha installed as an npm module. Run npm test or mocha to exercise your code
License
MIT © stevenpack