# npm-process

> NPM Process Control

Latest version **2.0.1** (published 2018-12-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install npm-process
pnpm add npm-process
yarn add npm-process
bun add npm-process
```

## 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 | 2.0.1 |
| Published | 2018-12-10 |
| First published | 2018-08-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | joenix |
| Maintainers | joenix |
| Keywords | npm-process |

## Links

- npm: https://www.npmjs.com/package/npm-process
- npm.io page: https://npm.io/package/npm-process

## Recent versions

- 2.0.1 (latest) — 2018-12-10
- 2.0.0 — 2018-12-10
- 1.1.0 — 2018-08-22
- 1.0.6 — 2018-08-22
- 1.0.5 — 2018-08-22
- 1.0.4 — 2018-08-22
- 1.0.3 — 2018-08-22
- 1.0.2 — 2018-08-21
- 1.0.1 — 2018-08-21
- 1.0.0 — 2018-08-21

## README

# NPM Process
> Easy Promise For Basic Process

``` javascript
// Require Package
const { exec, spawn, file } = require('npm-process')
```

``` javascript
/* !!
 * Process Exec
 * ===== ===== =====
 * @command: <String>
 * @options: <Object>
 * ===== ===== =====
 */
process.exec('node -v')
	.then( (data) => console.log( `message: ${data}` ) )
	.catch( (err) => console.error( `error: ${err}` ) )
```

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