0.0.3 • Published 9 years ago

li-bus v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

#Application Single Emitter warppered c9/Emitter2

Getting Started

Install the module with: npm install li-bus

var bus = require('li-bus');

bus.emit('order.create',order);

bus.on('order.create',function(order){
    //TODO
});

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2014
Licensed under the MIT license.

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago