0.2.0 • Published 6 years ago

wavedef v0.2.0

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

Installation

$ npm install wavedef

Usage

need docs here

Develop

Clone the repository:

$ git clone https://github.com/zakangelle/wavedef

Install library dependencies:

$ npm install

Install example app dependencies:

$ cd example
$ npm install

Boot up the example app at http://localhost:3000 (implicitly rebuilds on code changes):

$ npm start

Test

Run tests (implicitly re-runs on code changes):

$ npm test

Generate test coverage:

$ npm run coverage

License

MIT