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

5.0.3 • 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

6,540

Version

5.0.3

License

Apache-2.0

Unpacked Size

589 kB

Total Files

25

Last publish

Collaborators

  • mafintosh
  • kasperisager