An open API service indexing awesome lists of open source software.

https://github.com/doowb/synonyms-cli

CLI for looking up synonyms for given words.
https://github.com/doowb/synonyms-cli

cli javascript nodejs synonyms

Last synced: about 2 months ago
JSON representation

CLI for looking up synonyms for given words.

Awesome Lists containing this project

README

        

# synonyms-cli [![NPM version](https://img.shields.io/npm/v/synonyms-cli.svg?style=flat)](https://www.npmjs.com/package/synonyms-cli) [![NPM monthly downloads](https://img.shields.io/npm/dm/synonyms-cli.svg?style=flat)](https://npmjs.org/package/synonyms-cli) [![NPM total downloads](https://img.shields.io/npm/dt/synonyms-cli.svg?style=flat)](https://npmjs.org/package/synonyms-cli)

> CLI for looking up synonyms for given words.

## Install

Install globally with [npm](https://www.npmjs.com/)

```sh
$ npm install --global synonyms-cli
```

## Usage

From the command line, pass a list of words to `synonyms` to lookup.

```sh
$ synonyms [words to lookup]
```

## Example

![image](https://user-images.githubusercontent.com/995160/32301615-0ba2c9e6-bf35-11e7-93ef-5ecdb2d8fcc0.png)

## About

### Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).

Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards.

### Building docs

_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_

To generate the readme, run the following command:

```sh
$ npm install -g verbose/verb#dev verb-generate-readme && verb
```

### Running tests

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

```sh
$ npm install && npm test
```

### Author

**Brian Woodward**

* [github/doowb](https://github.com/doowb)
* [twitter/doowb](https://twitter.com/doowb)

### License

Copyright © 2017, [Brian Woodward](https://doowb.com).
Released under the [MIT License](LICENSE).

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 22, 2017._