English Dictionary from the command line
You may also be interested in the vocab-fetcher module.
$ npm install -g english-dictionary-cli
$ definition <word> [options]
-f
: Print related words-s
: Print sentences-d
: Print descriptions-a
: Print everything
$ definition abate
Or use the short version def
$ def abate
MIT © Joe Gesualdo