Skip to content

stevenpack/generator-testable-js

Repository files navigation

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

About

Yeoman generator to create a single es6 javascript file and accompanying mocha test.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published