1.1.8 • Published 10 months ago

@nielse63/exec v1.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
10 months ago

@nielse63/exec

Run child process asynchronously

npm (scoped) npm GitHub issues by-label

Installation

npm install --save @nielse63/exec

Usage

import exec from '@nielse63/exec';

const output = await exec('echo "howdy!"');
// "howdy!"

Or CommonJS:

const exec = require('@nielse63/exec');

const output = await exec('echo "howdy!"');
// "howdy!"
1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.0-alpha.1

2 years ago

0.0.4-alpha.0

2 years ago

0.0.4

2 years ago

0.0.3

4 years ago

0.0.2

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago