matteodem/meteor-boilerplate

structure and namespace for multi modules?

thearabbit opened this issue · 4 comments

I come from Laravel PHP Framework. I would like to build 2 modules/packages in the same project root like this:

.meteor
loan/
     client/
     server/
     lib/
account/
     client/
     server/
     lib/

how to use namespace for this structure?

That looks good to me. But for bigger functionality you would create an atmosphere package or a local one under packages/*. Please have a look here:

Very thanks, but i am not sure for using namespace.

Please open a new one if there are any further questions.