vtex / generator-vtex

Create a VTEX app
4 stars 4 forks source link

Create separate generators #1

Open klzns opened 9 years ago

klzns commented 9 years ago

generator-vtex should only create meta.json and .vtexignore.

There should be new generators:

The idea is to compose them.

generator-vtex-storefront should depend on generator-vtex. It will create the Storefront directory structure and it could have subgenerators like:

yo vtex-storefront:component
yo vtex-storefront:page

Or

yo vtex-colossus:route

Reference: http://yeoman.io/authoring/composability.html

cc @tamorim

tamorim commented 9 years ago

Tá pra mim!