@nielse63/exec

1.1.4 • Public • Published

@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!"

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.4
    0
    • latest

Version History

Package Sidebar

Install

npm i @nielse63/exec

Weekly Downloads

0

Version

1.1.4

License

MIT

Unpacked Size

3.58 kB

Total Files

6

Last publish

Collaborators

  • nielse63