1.0.3 • Published 4 years ago

dict-game v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Command Line Dictionary Tool

Command Line Dictionary is a tool to get definitions,synonyms and antonyms of words. It also provides the usage of words in example sentences. A game is built to guess the word given the definition,synonyms or antonyms of the word.

Installation

C:\Users\vijju\Desktop\dict>npm install dict-game -g

Usage

C:\Users\vijju\Desktop\dict>dict-game defn <word> # Display definitions of given word

C:\Users\vijju\Desktop\dict>dict-game syn <word> # Display synonyms of given word

C:\Users\vijju\Desktop\dict>dict-game ant <word> # Display antonyms of given word

C:\Users\vijju\Desktop\dict>dict-game ex <word> # Display examples of usage of a given word in a sentence 

C:\Users\vijju\Desktop\dict>dict-game <word> # Display Word Definitions, Word Synonyms, Word Antonyms & Word Examples for a given word

C:\Users\vijju\Desktop\dict>dict-game # Display Word Definitions, Word Synonyms, Word Antonyms & Word Examples for a random word

C:\Users\vijju\Desktop\dict>dict-game play # Play guess the word game
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago