mariocasciaro / scatter

IoC container and out-of-the-box extensibility for Node.js applications
MIT License
154 stars 14 forks source link

Load all modules in a namespace #6

Closed mariocasciaro closed 10 years ago

k7sleeper commented 10 years ago

Could you pls give a short description of what you mean?

mariocasciaro commented 10 years ago

This is just a proposal. The idea is to load all the modules from a given namespace, e.g.

load("a/namespace/").then(function(moduleList) {
});

but I think I'm going to close this task, because the same results could be obtained by using Services in a more explicit way.

k7sleeper commented 10 years ago

I got it. Thanks.

mariocasciaro commented 10 years ago

Closing as it is implemented by scatter-plugin-all