# minimist-argv

> shortcut for require('minimist')(process.argv.slice(2))

Latest version **1.1.0** (published 2018-05-14) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install minimist-argv
pnpm add minimist-argv
yarn add minimist-argv
bun add minimist-argv
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2018-05-14 |
| First published | 2016-02-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 1.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Christophe Hurpeau |
| Maintainers | churpeau |
| Keywords | minimist, argv |

## Links

- npm: https://www.npmjs.com/package/minimist-argv
- Repository: https://github.com/christophehurpeau/minimist-argv
- Homepage: https://github.com/christophehurpeau/minimist-argv#readme
- Issues: https://github.com/christophehurpeau/minimist-argv/issues
- npm.io page: https://npm.io/package/minimist-argv

## Dependencies (2)

- [minimist](https://npm.io/package/minimist.md) ^1.2.0
- [@types/minimist](https://npm.io/package/@types/minimist.md) ^1.2.0

## Recent versions

- 1.1.0 (latest) — 2018-05-14
- 1.0.0 — 2016-02-23

## README

# minimist-argv

shortcut for require('minimist')(process.argv.slice(2))

## Install

```
npm install minimist-argv
```

## Example

``` js
const argv = require('minimist-argv');
console.dir(argv);
```

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