dict-game

1.0.3 • Public • Published

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 

Readme

Keywords

none

Package Sidebar

Install

npm i dict-game

Weekly Downloads

4

Version

1.0.3

License

ISC

Unpacked Size

13.6 kB

Total Files

3

Last publish

Collaborators

  • vijjuzzz