0.0.1-2 • Published 5 years ago

openapi-codegen-plugin v0.0.1-2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

@codiac-io/openapi-codegen-plugin

commands for generating client libs and cli clients for apis.

oclif Version Downloads/week License

Usage

$ npm install -g openapi-codegen-plugin
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
openapi-codegen-plugin/0.0.1-2 darwin-x64 node-v10.15.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example client:create [FILE]

describe the command here

USAGE
  $ oclif-example client:create [FILE]

OPTIONS
  -h, --help  show CLI help

oclif-example hello [FILE]

describe the command here

USAGE
  $ oclif-example hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ oclif-example hello
  hello world from ./src/hello.ts!