Skip to main content

Cricket CLI

Test CLI Deno

Live Cricket Score CLI - Get Live Cricket Score Update on your Terminal and CMD - Build using Deno.

Prerequisites

Features

  • Get Current Live Cricket Match Score
  • Get Live Match Score by Entering Cricbuzz Live Match Score ID (You can Get it from URL)

Usage

  • Clone or Download the Repo
git clone https://github.com/mskian/deno-cricket-cli.git
cd deno-cricket-cli
  • Run the CLI without installation
# Get Current Live Cricket Match Score
deno run --allow-net --allow-read main.ts -l

(or)

deno task live

# Get Live Match Score by Entering Cricbuzz Live Match Score ID (You can Get it from URL)
deno run --allow-net --allow-read main.ts -m 123456

(or)

deno task match 123456

# Help Section
deno run --allow-net --allow-read main.ts -h

(or)

deno task help
deno install --allow-net --name cricket https://deno.land/x/cricket/main.ts
  • install CLI via Cloned repo or download (For Development)
deno install --allow-net --name cricket main.ts
# Get Current Live Cricket Match Score
cricket -l

# Get Live Match Score by Entering Cricbuzz Live Match Score ID (You can Get it from URL)
cricket -m 123456

# Help Section
cricket -h

uninstall

deno uninstall cricket
  • Use directly without download or install Locally by using deno.land or nest.land
deno run --allow-net https://deno.land/x/cricket/main.ts -l
deno run --allow-net https://deno.land/x/cricket/main.ts -m 123456
deno run --allow-net https://deno.land/x/cricket/main.ts -h
deno run --allow-net https://x.nest.land/deno-cricket-cli@0.0.3/main.ts -l
deno run --allow-net https://x.nest.land/deno-cricket-cli@0.0.3/main.ts -m 123456
deno run --allow-net https://x.nest.land/deno-cricket-clii@0.0.3/main.ts -h

Credits

LICENSE

MIT