Command Line Interface for football news
[
](https://github.com/[object Object]/blob/master/package.json)
$ 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
...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
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
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
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
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
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