mrslwiseman / scrum-cli

Interactive helper for scrum meetings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrum

interactive scrum tool

oclif Version Downloads/week License

Usage

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

Commands

scrum add

Add a person to scrum

USAGE
  $ scrum add

OPTIONS
  -n, --name=name  Name of team member to add

See code: src/commands/add.js

scrum config

Describe the command here

USAGE
  $ scrum config

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/config.js

scrum help [COMMAND]

display help for scrum

USAGE
  $ scrum help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

scrum init

Describe the command here

USAGE
  $ scrum init

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/init.js

scrum remove

Add a person to scrum

USAGE
  $ scrum remove

OPTIONS
  -n, --name=name  Name of team member to remove

See code: src/commands/remove.js

scrum start

Describe the command here

USAGE
  $ scrum start

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/start.js

scrum update [CHANNEL]

update the scrum CLI

USAGE
  $ scrum update [CHANNEL]

See code: @oclif/plugin-update

About

Interactive helper for scrum meetings


Languages

Language:JavaScript 99.8%Language:Batchfile 0.2%