Random Words CLI

Test CLI Deno

Random Words CLI Build using Deno

Prerequisites

Features

  • Get Random Words with Definition and Pronunciation
  • Get Pronunciation for a Word

Usage

  • Clone or Download the Repo
git clone https://github.com/mskian/deno-random-words-cli.git
cd deno-random-words-cli
  • Run the CLI without installation
# Get Random Words
deno run --allow-net --allow-read main.ts -r

(or)

deno task random

#Get Pronunciation for a Word
deno run --allow-net --allow-read main.ts -p "Hello World"

(or)

deno task pronunciation "Hello World"

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

(or)

deno task help
deno install --allow-net --name randomwords main.ts
# Get Random Words
randomwords -r

#Get Pronunciation for a Word
randomwords -p "Hello World"

# Help Section
randomwords -h

Credits

LICENSE

MIT