# micromist

> A minimal argument parser

Latest version **1.1.0** (published 2018-10-07) · MIT license · 0 weekly downloads

## Install

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

## 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.0 |
| Published | 2018-10-07 |
| First published | 2017-03-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 7.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Matthias ETIENNE |
| Maintainers | mattallty |
| Keywords | argument, parser, cli, parser, option, parser, argv, argv, parser |

## Links

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

## Dependencies (1)

- [lodash.camelcase](https://npm.io/package/lodash.camelcase.md) ^4.3.0

## 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.1.0 (latest) — 2018-10-07
- 1.0.2 — 2017-04-07
- 1.0.1 — 2017-03-05
- 1.0.0 — 2017-03-05
- 0.2.0 — 2017-03-05
- 0.1.0 — 2017-03-05

## README

# micromist

Minimal argument parser


# Install

```bash
npm install micromist --save
```

# Usage

```javascript
const micromist = require('micromist');

const args = micromist(process.argv);

console.log("%j", args);
```

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