endict
v1.0.2
Published
Cmd line English Dictionary
Downloads
2
Readme
CMD line English Dictionary
Install
npm install -g endict
Usage
dict word
Example
// In the terminal
dict happy
Output
Dependencies
- clear-any-console To clear the console before the output
- cli-color For colorizing the output
- window-size To get the size of the terminal
- word-wrap To word wrap the output
- yargs To parse the arguments
Note
- This cli is not meant for production use. It is a learning tool to know about words and their meanings.
- The dictionary.json file is used from here