1.0.0 • Published 8 years ago

generator-testable-js v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

generator-testable-js NPM version Build Status Dependency Status

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-js

Then generate your new project:

yo testable-js

You 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

1.0.0

8 years ago

0.0.0

8 years ago