Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 759 Bytes

File metadata and controls

37 lines (28 loc) · 759 Bytes

English Dictionary CLI

English Dictionary from the command line

You may also be interested in the vocab-fetcher module.

Install

$ npm install -g english-dictionary-cli

Usage

$ definition <word> [options]

dictionary cli demo

Options

  • -f : Print related words
  • -s : Print sentences
  • -d : Print descriptions
  • -a : Print everything

dictionary cli options demo

Example

$ definition abate

Or use the short version def

$ def abate

License

MIT © Joe Gesualdo