szalishchuk / generator-spa

Yeoman generator for fast Single Page Application prototyping with PhoneGap integration.
MIT License
4 stars 1 forks source link

subgenerator :: module composer #8

Closed szalishchuk closed 10 years ago

szalishchuk commented 10 years ago

Stand-alone piece of functionality that does not have any direct dependencies and can be injected anywhere within the app is what I call a module. Module composer is an entry point, which exposes an API, manages internal dependencies and composes a View out of smaller parts.

We should create a subgenerator for this functionality, since it's an integral part of the architecture approach that we're following within the generator-spa template.

szalishchuk commented 10 years ago

Done.