0.0.0 • Published 4 years ago

cli-form-tool v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

cli-form-tool

Tool to generate Forms

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g cli-form-tool
$ cli-form-tool COMMAND
running command...
$ cli-form-tool (-v|--version|version)
cli-form-tool/0.0.0 win32-x64 node-v12.16.1
$ cli-form-tool --help [COMMAND]
USAGE
  $ cli-form-tool COMMAND
...

Commands

cli-form-tool CreateForm

USAGE
  $ cli-form-tool CreateForm

OPTIONS
  -h, --help    show CLI help
  --inputType=

See code: src\commands\CreateForm.ts

cli-form-tool GenerateForm [FILE]

describe the command here

USAGE
  $ cli-form-tool GenerateForm [FILE]

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

See code: src\commands\GenerateForm.ts

cli-form-tool hello [FILE]

describe the command here

USAGE
  $ cli-form-tool hello [FILE]

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

EXAMPLE
  $ cli-form-tool hello
  hello world from ./src/hello.ts!

See code: src\commands\hello.ts

cli-form-tool help [COMMAND]

display help for cli-form-tool

USAGE
  $ cli-form-tool help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help