saurus-cli

## Description


Keywords
thesaurus, dictionary, english, synonym, antonym, word, words, language, saurus
License
MIT
Install
npm install saurus-cli@1.3.3

Documentation

Saurus-cli

Description

Uses thesaurus.com to look up synonyms and, if available, antonyms.

This is the command line interface to the saurus module -- with extras!

If you're looking for a module for your project, go here instead.

Installation

$ npm install -g saurus-cli

Usage

$ ths -h   

  usage: ths <query> [-j|-h|-c|-l]

    options:

        -j|--json            output results as JSON
        -h|--help            show this help
        -c|--color <color>   change color of output -- can be black, red, green,
                             yellow, blue, magenta, cyan, white, or gray
        -l|--limit <n>       limit results to n

Pull requests are welcome!