@nielse63/exec

1.1.2 • 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!"

/@nielse63/exec/

    Package Sidebar

    Install

    npm i @nielse63/exec

    Weekly Downloads

    1

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    3.27 kB

    Total Files

    6

    Last publish

    Collaborators

    • nielse63