1.1.2 • Published 4 months ago

@nielse63/exec v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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.2

4 months ago

1.1.1

9 months ago

1.1.0

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.0-alpha.1

1 year ago

0.0.4-alpha.0

1 year ago

0.0.4

1 year ago

0.0.3

3 years ago

0.0.2

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago