Skip to content

Ea0011/footy_cli

Repository files navigation

footy

Command Line Interface for football news

oclif Version Downloads/week [License](https://github.com/[object Object]/blob/master/package.json)

Usage

$ npm install -g footy_cli
$ y COMMAND
running command...
$ y (-v|--version|version)
footy_cli/0.0.1 darwin-x64 node-v10.15.0
$ y --help [COMMAND]
USAGE
  $ y COMMAND
...

Commands

y competitions

display fixtures that correspond to given filters

USAGE
  $ y competitions

OPTIONS
  -c, --competition=competition  competition for which to show standings
  -h, --help                     show CLI help

EXAMPLES
  $footy fixtures
  $footy fixtures --competition=BL1,PL

See code: src/commands/competitions/index.ts

y fixtures

display fixtures that correspond to given filters

USAGE
  $ y fixtures

OPTIONS
  -c, --competitions=competitions  competition for which to show games
  -h, --help                       show CLI help
  --dateFrom=dateFrom              start date
  --dateTo=dateTo                  end date

EXAMPLES
  $footy fixtures
  $footy fixtures --competition=BL1,PL

See code: src/commands/fixtures/index.ts

y fixtures:today

display fixtures for today

USAGE
  $ y fixtures:today

OPTIONS
  -c, --competitions=competitions  competition for which to show games
  -h, --help                       show CLI help

EXAMPLES
  $footy fixtures:today
  $footy fixtures:today --competition=BL1,PL

See code: src/commands/fixtures/today.ts

y fixtures:tomorrow

display fixtures for tomorrow

USAGE
  $ y fixtures:tomorrow

OPTIONS
  -c, --competitions=competitions  competition for which to show games
  -h, --help                       show CLI help

EXAMPLES
  $footy fixtures:tomorrow
  $footy fixtures:tomorrow --competition=BL1,PL

See code: src/commands/fixtures/tomorrow.ts

y hello [FILE]

describe the command here

USAGE
  $ y hello [FILE]

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

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

See code: src/commands/hello.ts

y help [COMMAND]

display help for y

USAGE
  $ y help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About

Footy CLI is a command line interface for getting football news

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages