CLI for That Conference (https://www.thatconference.com/)
Перейти к файлу
Wade Wegner d6622948da Added room to sessions output 2018-08-06 13:49:27 -05:00
.circleci Working project 2018-08-05 08:55:17 -05:00
bin Working project 2018-08-05 08:55:17 -05:00
src Added room to sessions output 2018-08-06 13:49:27 -05:00
test Updated descriptions and added speakers command 2018-08-05 12:23:52 -05:00
.editorconfig Working project 2018-08-05 08:55:17 -05:00
.gitattributes Working project 2018-08-05 08:55:17 -05:00
.gitignore Merged README and gitignore 2018-08-05 08:58:36 -05:00
.nycrc Working project 2018-08-05 08:55:17 -05:00
LICENSE Initial commit 2018-08-05 08:57:10 -05:00
README.md 0.3.3 2018-08-06 13:46:00 -05:00
appveyor.yml Working project 2018-08-05 08:55:17 -05:00
package.json 0.3.3 2018-08-06 13:46:00 -05:00
tsconfig.json Working project 2018-08-05 08:55:17 -05:00
tslint.json Working project 2018-08-05 08:55:17 -05:00
yarn.lock Refactored code and added update warning 2018-08-06 13:45:46 -05:00

README.md

thatconf

CLI for That Conference (https://www.thatconference.com/)

oclif Version

Codecov Downloads/week License

Usage

$ npm install -g thatconf
$ thatconf COMMAND
running command...
$ thatconf (-v|--version|version)
thatconf/0.3.3 darwin-x64 node-v9.10.1
$ thatconf --help [COMMAND]
USAGE
  $ thatconf COMMAND
...

Commands

thatconf help [COMMAND]

display help for thatconf

USAGE
  $ thatconf help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

thatconf sessions

command for looking up sessions

USAGE
  $ thatconf sessions

OPTIONS
  -d, --day=Saturday|Sunday|Monday|Tuesday|Wednesday
      day of conference

  -h, --help
      show CLI help

  -l, --level=level
      level

  -n, --name=name
      name of speaker

  -p, 
  --primary=ALM|Architecture|ARVR|Cloud|DataStorage|DevOps|IoTMaker|Languages|MobileClient|SoftSkills|Security|Testing|T
  ools|UxUi|Web|Other|Family|Keynote|THAT Conference|Open Spaces|Precon|FamilyPrecon
      primary category

  -s, 
  --secondary=ALM|Architecture|ARVR|Cloud|DataStorage|DevOps|IoTMaker|Languages|MobileClient|SoftSkills|Security|Testing
  |Tools|UxUi|Web|Other|Family|Keynote|THAT Conference|Open Spaces|Precon|FamilyPrecon
      secondary category

  -t, --title=title
      session title contains term

  -y, --year=year
      [default: 2018] year

  --json
      format output as json

See code: src/commands/sessions.ts

thatconf speakers

command for looking up speakers

USAGE
  $ thatconf speakers

OPTIONS
  -c, --company=company  company contains term
  -h, --help             show CLI help
  -t, --title=title      title contains term
  -y, --year=year        [default: 2018] year
  --json                 format output as json

See code: src/commands/speakers.ts

thatconf tags

command for getting all tags

USAGE
  $ thatconf tags

OPTIONS
  -h, --help       show CLI help
  -y, --year=year  [default: 2018] year

See code: src/commands/tags.ts