https://github.com/sanwebinfo/cricket-cli
Get Live Cricket Score Update on Terminal and CMD.
https://github.com/sanwebinfo/cricket-cli
cli cricket cricket-api cricket-app cricket-cli cricket-data cricket-score javascript json nodejs score typescript
Last synced: 11 months ago
JSON representation
Get Live Cricket Score Update on Terminal and CMD.
- Host: GitHub
- URL: https://github.com/sanwebinfo/cricket-cli
- Owner: sanwebinfo
- License: mit
- Created: 2024-06-12T11:11:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T01:31:30.000Z (11 months ago)
- Last Synced: 2025-06-26T02:34:05.985Z (11 months ago)
- Topics: cli, cricket, cricket-api, cricket-app, cricket-cli, cricket-data, cricket-score, javascript, json, nodejs, score, typescript
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cricket CLI
 
Get Live Cricket Score Update on Your Terminal, CMD and Termux.
## Built using
- Typescript
- Axios
- Yargs -
- `Yaml` - Read the API URL
## Setup
- Clone or Download Repo
```sh
git clone https://github.com/sanwebinfo/cricket-cli.git
## Open Project Folder
cd cricket-cli
## install packages
pnpm install
## build CLI
pnpm build
```
- Create `cricket.yml` file on your **`HOME`** Directory to add Cricket API URL
```yml
BASE_URL: 'https://cricket.example.com/score
```
- **Get Cricket API : **
- Link and Test the CLI Locally
```sh
npm link or pnpm link --global
```
- unlink CLI
```sh
npm rm --global cricket-data or pnpm uninstall --global cricket-data
```
- Access CLI Globally
```sh
cricket score --help
cricket score
cricket score --details
```
- Access via `NPX`
```sh
npx cricket-data score or npx cricket-data score --help
```
- install via `NPM` and `PNPM`
```sh
## install via npm
npm install -g cricket-data
## Remove Package
npm uninstall -g cricket-data
## install via pnpm
pnpm install -g cricket-data
## update package
pnpm update -g cricket-data
## Remove Package
pnpm uninstall -g cricket-data
```
## MISC (Development)
- Clear NPX and PNPM Cache
```sh
npx clear-npx-cache
pnpm store prune
```
## Contributing 🙌
Your PR's are Welcome
## Disclaimer 🗃
- This is not an Offical API from Cricbuzz - it's an Unofficial API
- This is for Education Purpose only - use at your own risk on Production Site
All Credits Goes to
## LICENSE
MIT