universe:modules-for-coffee

v0.0.1Published 9 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Universe Modules For Coffee

Installation

meteor add universe:modules-for-coffee

Examples

1using('/some/module')(module) ->
2  console.log module
3
4using('/some/module', '{universe:collection}')(mod1, mod2) ->
5  console.log mod1, mod2

License

This package is released under the MIT license.