bare-subprocess
TypeScript icon, indicating that this package has built-in type declarations

5.1.0 • Public • Published

bare-subprocess

Native process spawning for JavaScript.

npm i bare-subprocess

Usage

const { spawn } = require('bare-subprocess')

const subprocess = spawn('echo', ['hello', 'world'], {
  stdio: 'inherit'
})

subprocess.on('exit', () => console.log('done'))

License

Apache-2.0

Readme

Keywords

none

Package Sidebar

Install

npm i bare-subprocess

Weekly Downloads

9,718

Version

5.1.0

License

Apache-2.0

Unpacked Size

593 kB

Total Files

25

Last publish

Collaborators

  • mafintosh
  • kasperisager