universe:modules-for-coffee

v0.0.2Published 8 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
4do using('{universe:collection}') (module) ->
5  console.log module
6
7using('/some/module', '{universe:collection}') (mod1, mod2) ->
8  console.log mod1, mod2

License

This package is released under the MIT license.