0.0.43 • Published 6 years ago

generator-w3-generator v0.0.43

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

generator-w3-generator NPM version Build Status Dependency Status Coverage percentage

Gerador inicial de projetos usando a arquitetura definida pelo time de backend e frontend da W3AS

Installation

Primeiramente, instale Yeoman e posteriormente generator-w3-generator usando npm (assumindo que você já tem instalado node.js).

npm install -g yo
npm install -g generator-w3-generator

Então gere seu novo projeto:

yo w3-generator
> Projeto com vue
> API .netcore 2
> API spring
> API node

ou

yo w3-generator [vue, core, spring, node] [nome_projeto]

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Iago Cavalcante