# cli-wrap

> Wrap command-line interface implementations in a function that takes care of interacting with the interpreter

Latest version **1.0.1** (published 2017-06-28) · LGPL-3.0+ license · 0 weekly downloads

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

## Install

```sh
npm install cli-wrap
pnpm add cli-wrap
yarn add cli-wrap
bun add cli-wrap
```

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2017-06-28 |
| First published | 2017-06-28 |
| Weekly downloads | 0 |
| License | LGPL-3.0+ |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | The National Library of Finland |
| Maintainers | natlibfi-arlehiko |
| Keywords | cli, command, shell, batch, args, argv, arguments, bind, call, apply, async, promise, test, unit |

## Links

- npm: https://www.npmjs.com/package/cli-wrap
- Repository: https://github.com/NatLibFi/cli-wrap
- Issues: https://github.com/NatLibFi/cli-wrap/issues
- npm.io page: https://npm.io/package/cli-wrap

## Dependencies (1)

- [es6-polyfills](https://npm.io/package/es6-polyfills.md) ^2.0.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.0.1 (latest) — 2017-06-28

## README

# cliWrap

Wrap command-line interface implementations in a function that takes care of interacting with the interpreter.

Functions with the cliWrap signature can be easily tested without executing separate shell processes or mocking the shell environment

TODO

## Usage

### Installation

TODO

### Configuration

TODO

## Examples

TODO

## License and copyright

Copyright (c) 2015,2017 University Of Helsinki (The National Library Of Finland)

This project's source code is licensed under the terms of **GNU Lesser General Public License Version 3** or any later version.

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