8000 GitHub - holepunchto/bare-subprocess: Native process spawning for JavaScript
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

holepunchto/bare-subprocess

Repository files navigation

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

About

Native process spawning for JavaScript

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  
0