Javascript Signals (js-signals) that return promises to the invoking party that dispatches the signal and expects some return values or reaction.
This is useful for signal-command setups when you want to get rid of the event listening pattern for simple success / failure scenarios. The command can still dispatch signals for success and failure but the code that requested the action should be informed by fulfilling or rejecting a promise.
Install the module with: mrt add promise-signals
http://CodeAdventure.github.io/meteor-promise-signals
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.
mrt test-packages ./
0.1.0 - Initial release of the library
Copyright (c) 2014 Code Adventure Licensed under the MIT license.