# wordfor

> A command-line application for finding synonyms.

Latest version **1.1.1** (published 2017-07-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install wordfor
pnpm add wordfor
yarn add wordfor
bun add wordfor
```

Provides the command `wordfor`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2017-07-25 |
| First published | 2017-07-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Quinton Bolt |
| Maintainers | qbolt |
| Keywords | words, synonym, synonyms, wordfor, thesaurus, like, similar, word |

## Links

- npm: https://www.npmjs.com/package/wordfor
- Repository: https://github.com/qbolt/wordfor
- Homepage: https://github.com/qbolt/wordfor#readme
- Issues: https://github.com/qbolt/wordfor/issues
- npm.io page: https://npm.io/package/wordfor

## Dependencies (3)

- [meow](https://npm.io/package/meow.md) ^3.7.0
- [request](https://npm.io/package/request.md) ^2.81.0
- [query-string](https://npm.io/package/query-string.md) ^4.3.4

## Recent versions

- 1.1.1 (latest) — 2017-07-25
- 1.1.0 — 2017-07-23
- 1.0.0 — 2017-07-23

## README

# wordfor ![Build Status](https://travis-ci.org/qbolt/wordfor.svg?branch=master)

> A simple command-line application for finding synonyms.

## Install

```console
$ 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
```

---
_Source: https://npm.io/package/wordfor · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
