paulsoh / arena-hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arena

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g arena
$ arena COMMAND
running command...
$ arena (-v|--version|version)
arena/0.0.0 darwin-x64 node-v10.7.0
$ arena --help [COMMAND]
USAGE
  $ arena COMMAND
...

Commands

arena hello [FILE]

describe the command here

USAGE
  $ arena hello [FILE]

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

EXAMPLE
  $ arena hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

arena help [COMMAND]

display help for arena

USAGE
  $ arena help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

arena register [FILE]

describe the command here

USAGE
  $ arena register [FILE]

See code: src/commands/register.ts

arena register-patient [FILE]

describe the command here

USAGE
  $ arena register-patient [FILE]

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

See code: src/commands/register-patient.ts

About


Languages

Language:JavaScript 95.9%Language:TypeScript 2.7%Language:Shell 1.3%Language:Batchfile 0.1%