It provides word definitions, synonyms etc from the command line with a single command.
- Make sure you have Node.js and npm installed
npm install
inside this directory.npm link
inside this directory.
dict def <word>
- To get the word definition.dict syn <word>
- To get the synonyms of the word.dict ant <word>
- To get the antonyms of the word.dict ex <word>
- To get the example usages of the word.dict <word>
- To get all the above details of the word.dict
- To get the word of the day.dict play
- To start a word guessing game.