Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

⚽ 💻 The finest Worldcup 2018 CLI.

License

NotificationsYou must be signed in to change notification settings

codeaholicguy/wowcup

Repository files navigation

The finest Worldcup 2018 CLI. Inspired bynba-go.

wowcup is a node command line application written in TypeScript usingoclif (a Node.JS Open CLI Framework).

This is still in its early stages of development, so do expect bugs and errors. Your contributions are very welcome!

All data comes fromapi.football-data.org APIs.

oclifVersionCircleCIAppveyor CICodecovDownloads/weekLicense

Usage

$npm install -g wowcup$wowcup COMMANDrunning command...$wowcup (-v|--version|version)wowcup/0.0.7 darwin-x64 node-v10.3.0$wowcup --help [COMMAND]USAGE  $ wowcup COMMAND...

Usage

wowcup provides two main commands.

  1. fixtures

  2. standings

Commands

wowcup fixtures

get worldcup fixtures

USAGE  $ wowcup fixturesOPTIONS  -h, --help     show CLI help  -l, --last     get last recent fixtures in 24h  -n, --next     get next recent fixtures in 24h  -p, --playing  get playing fixtures  -q, --quiet    do not show splash headerEXAMPLES  $ wowcup fixtures  $ wowcup fixtures -n  $ wowcup fixtures -l  $ wowcup fixtures -p

See code:src/commands/fixtures.ts

wowcup help [COMMAND]

display help for wowcup

USAGE  $ wowcup help [COMMAND]ARGUMENTS  COMMAND  command to show help forOPTIONS  --all  see all commands in CLI

See code:@oclif/plugin-help

wowcup standings

get worldcup standings

USAGE  $ wowcup standingsOPTIONS  -h, --help         show CLI help  -q, --quiet        do not show splash header  -t, --table=table  get standings by tableEXAMPLES  $ wowcup standings  $ wowcup standings -t a

See code:src/commands/standings.ts

Development

The following is step-by-step instruction to runwowcup on your local computer.

$ git clone https://github.com/codeaholicguy/wowcup.git$ cd wowcup$ yarn$ bin/run <command>

License

MIT


[8]ページ先頭

©2009-2025 Movatter.jp