wordfor

A command-line application for finding synonyms.


Keywords
words, synonym, synonyms, wordfor, thesaurus, like, similar, word
License
MIT
Install
npm install wordfor@1.1.1

Documentation

wordfor Build Status

A simple command-line application for finding synonyms.

Install

$ npm install -g wordfor

Usage

  Usage
      $ wordfor <input>

  Options
      -m <num>, --max         Max number of results to return (Default: 10)
      -s <char>, --start      Return words that start with specified letter
      -a, --alphabetize       Alphabetize results
      -c, --capitalize        Capitalize the results
      -p, --proxy             Set your proxy
      -h, --help              Display helpful information