Giter Club home page Giter Club logo

deno-random-words-cli's Introduction

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 https://deno.land/x/randomwords/main.ts
  • install CLI via Cloned repo or download (For Development)
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

uninstall

deno uninstall randomwords
  • Use directly without download or install Locally by using deno.land or nest.land
deno run --allow-net https://deno.land/x/randomwords/main.ts -r
deno run --allow-net https://deno.land/x/randomwords/main.ts -p "Hello World"
deno run --allow-net https://deno.land/x/randomwords/main.ts -h
deno run --allow-net https://x.nest.land/[email protected]/main.ts -r
deno run --allow-net https://x.nest.land/[email protected]/main.ts -p "Hello World"
deno run --allow-net https://x.nest.land/[email protected]/main.ts -h

Credits

LICENSE

MIT

deno-random-words-cli's People

Contributors

mskian avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.