0.1.6 • Published 5 years ago

generator-vtex-service v0.1.6

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

generator-vtex-service NPM version Build Status Dependency Status Node.js Package

Generate VTEX Node service routes, middlewares and clients

Installation

First, install Yeoman and generator-vtex-service using npm (we assume you have pre-installed node.js).

npm i -g yo
npm i -g generator-vtex-service

Available generators:

Client

$ yo vtex-service:client --help
Usage:
  yo vtex-service:client [<name>] [options]

Options:
  -h,   --help          # Print the generator's options and usage
        --skip-cache    # Do not remember prompt answers             Default: false
        --skip-install  # Do not automatically install dependencies  Default: false
        --baseURL       # Specifies a baseURL for your client.       Default: http://httpstat.us

Arguments:
  name  # Name you want to give to your client.  Type: String  Required: false

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 © Julio Moreira

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago