Cricket CLI
Get Live Cricket Score Update on Your Terminal, CMD and Termux.
Built using
Setup
git clone https://github.com/sanwebinfo/cricket-cli.git
cd cricket-cli
pnpm install
pnpm build
- Create
cricket.yml
file on your HOME
Directory to add Cricket API URL
BASE_URL: 'https://cricket.example.com/score
npm link or pnpm link --global
npm rm --global cricket-data or pnpm uninstall --global cricket-data
cricket score --help
cricket score <MatchID>
cricket score <MatchID> --details
npx cricket-data score <MatchID> or npx cricket-data score --help
npm install -g cricket-data
npm uninstall -g cricket-data
pnpm install -g cricket-data
pnpm update -g cricket-data
pnpm uninstall -g cricket-data
MISC (Development)
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 https://www.cricbuzz.com/
LICENSE
MIT