li-bus
v0.0.3
Published
The best module ever.
Downloads
4
Readme
#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.