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.
- Host: GitHub
- URL: https://github.com/doowb/synonyms-cli
- Owner: doowb
- License: mit
- Created: 2017-11-01T22:46:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T13:20:56.000Z (over 7 years ago)
- Last Synced: 2025-02-26T01:41:32.931Z (about 2 months ago)
- Topics: cli, javascript, nodejs, synonyms
- Language: JavaScript
- Homepage: https://github.com/doowb/synonyms-cli
- Size: 12.7 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# synonyms-cli [](https://www.npmjs.com/package/synonyms-cli) [](https://npmjs.org/package/synonyms-cli) [](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

## 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._