# auto-correct

> auto correct for command line tools

Latest version **1.0.0** (published 2014-04-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install auto-correct
pnpm add auto-correct
yarn add auto-correct
bun add auto-correct
```

## 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.0.0 |
| Published | 2014-04-18 |
| First published | 2014-04-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | dead_horse |
| Maintainers | dead_horse |
| Keywords | client, command, auto-correct, typo |

## Links

- npm: https://www.npmjs.com/package/auto-correct
- Repository: https://github.com/node-modules/auto-correct
- Issues: https://github.com/node-modules/auto-correct/issues
- npm.io page: https://npm.io/package/auto-correct

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2014-04-18

## README

auto-correct
============
[![Build Status](https://travis-ci.org/node-modules/auto-correct.svg?branch=0.4.3)](https://travis-ci.org/node-modules/auto-correct)

auto correct for command line tools

make `install` match with:

```
install
nstall
nistall
istall
isntall
intall
intsall
insall
insatll
instll
instlal
instal
install
```

## install

```
npm install auto-correct
```

## Usage

```
var match = require('auto-correct');

match('insall', 'install'); // true
```

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