wunderbits.core
v1.1.0
Published
Core components of Wunderbits
Keywords
Readme
How to use
$ npm install wunderbits.coreDevelop and contribute
You need to have node and npm installed. Then fork this repo and open it in your terminal.
Install dependencies
$ make installRun tests
$ make testRun tests and watch for changes
$ make watchGenerate coverage report
$ make coverageRun JSLint
$ make lintBuild for distribution
$ make buildPublish to NPM
$ make publish

