JSPM

generator-avanti-vtexio-fullstack

0.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q42388F
  • License MIT

VTEX IO Boilerplate generator

Package Exports

  • generator-avanti-vtexio-fullstack
  • generator-avanti-vtexio-fullstack/generators/app/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-avanti-vtexio-fullstack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

avanti-vtexio-fullstack

NPM version

VTEX IO Boilerplate generator

Instalação

Primeiro, instale o Yeoman e o gerador usando npm (assumindo que você tem o node.js instalado).

# npm
npm install -g yo
npm install -g generator-avanti-vtexio-fullstack

# yarn
yarn add -g yo generator-avanti-vtexio-fullstack

Agora, para gerar um novo projeto é simples, rode o Yeoman com yo e o nome do gerador:

yo avanti-vtexio-fullstack

Uso

O Uso é algo simples, depois de rodar o comando ele fará algumas perguntas relacionadas ao projeto, perguntas essas que irão moldar como o template será gerado.

  • What is your vendor name?
    • É referente ao nome da sua account vtex.
  • What is your app name?
    • É referente ao nome da sua aplicação.
  • What builders do you want to use?
  • Is your app being developed by avanti-apps team?
    • É referente as configurações de cobrança do app, ultilizadas para a instalação via peerDependencies.

License

MIT© Rafael R. Camargo