https://github.com/moazirfan/cwc-cli
CLI to check the Cricket World Cup 2023 matches schedule in your terminal.
https://github.com/moazirfan/cwc-cli
cli nodejs worldcup worldcup2023
Last synced: 8 months ago
JSON representation
CLI to check the Cricket World Cup 2023 matches schedule in your terminal.
- Host: GitHub
- URL: https://github.com/moazirfan/cwc-cli
- Owner: MoazIrfan
- License: mit
- Created: 2023-10-16T04:18:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T08:23:42.000Z (9 months ago)
- Last Synced: 2025-04-12T09:22:53.663Z (9 months ago)
- Topics: cli, nodejs, worldcup, worldcup2023
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/wc23-cli
- Size: 4.91 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: license
Awesome Lists containing this project
README
[](https://github.com/MoazIrfan/wc-cli)
[](https://www.npmjs.com/package/wc23-cli)
# CWC23
> CLI tool to check the Cricket World Cup 2023 matches schedule in your terminal.
- ☀️ Get today's match schedule.
- 🗓 Get all World Cup matches schedule.
- 🌐 Get schedule for country matches.
[](./../../)
## Install
```sh
npx wc23-cli
```
[](./../../)
## Usage
```sh
# Show all World Cup matches schedule.
npx wc23-cli
# Show today's match schedule.
npx wc23-cli today
# Show schedule for country matches.
npx wc23-cli pakistan
# For multiword countries.
npx wc23-cli "New Zealand"
npx wc23-cli "new zealand"
```
[](./../../)
[](./../../)
## License
MIT © [Moaz Irfan](https://twitter.com/MoazIrfan/)
[](./../../)
## Connect