0.6.3 • Published 9 years ago

wiredjs v0.6.3

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

WiredJS

NPM version build status Test coverage Codacy Badge Code Climate dependencies devdependencies

Installation

$ npm install wiredjs

To use wiredjs you must be running node 0.11.9 or higher for generator support, and must run node(1) with the --harmony flag. If you don't like typing this, add an alias to your shell profile:

alias node='node --harmony'

Running tests

$ make test