jameswlane / status-board-cli

CLI utility for status board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

status-board-cli

CLI utility for Status Board

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npx status-board-cli COMMAND
running command...

To install

$ npm install -g status-board-cli
$ status-board COMMAND
running command...
$ status-board (-v|--version|version)
status-board-cli/0.0.0 darwin-x64 node-v8.11.1
$ status-board --help [COMMAND]
USAGE
  $ status-board COMMAND
...

Commands

status-board generate [FILE]

describe the command here

USAGE
  $ status-board generate [FILE]

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

See code: src/commands/generate.ts

status-board help [COMMAND]

display help for status-board

USAGE
  $ status-board help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

status-board install [FILE]

describe the command here

USAGE
  $ status-board install [FILE]

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

See code: src/commands/install.ts

status-board list [FILE]

describe the command here

USAGE
  $ status-board list [FILE]

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

See code: src/commands/list.ts

status-board new [FILE]

describe the command here

USAGE
  $ status-board new [FILE]

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

See code: src/commands/new.ts

status-board start [FILE]

describe the command here

USAGE
  $ status-board start [FILE]

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

See code: src/commands/start.ts

About

CLI utility for status board

License:MIT License


Languages

Language:JavaScript 56.0%Language:TypeScript 39.2%Language:Stylus 4.2%Language:HTML 0.6%Language:Batchfile 0.0%