scaffold-vtex-app
Generate a complete VTEX IO app scaffold with manifest.json and folder structure for selected builders: store, react, node, graphql, styles, messages, admin, pixel.
Instructions
Generate a complete VTEX IO app scaffold with manifest.json and all folder structures for the selected builders (store, react, node, graphql, styles, messages, admin, pixel)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vendor | Yes | VTEX account vendor name (e.g. "mystore", "vtex") | |
| appName | Yes | App name in kebab-case (e.g. "my-store-theme", "product-recommender") | |
| version | No | App version (default: "0.0.1") | |
| builders | Yes | List of VTEX IO builders to include in the app | |
| description | No | App description |