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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.1.08,825latest

Version History

VersionDownloads (Last 7 Days)Published
5.1.08,825
5.0.431
4.0.5151
4.0.40
5.0.3242
5.0.216
5.0.10
5.0.00
4.0.33
4.0.20
4.0.10
3.1.44
4.0.00
3.1.30
3.1.20
3.1.10
3.1.02
3.0.10
3.0.00
2.0.76
2.0.60
2.0.50
2.0.40
2.0.30
2.0.20
2.0.10
2.0.00
1.2.10
1.2.00
1.1.10
1.1.00
1.0.10
1.0.00

Package Sidebar

Install

npm i bare-subprocess

Weekly Downloads

8,025

Version

5.1.0

License

Apache-2.0

Unpacked Size

593 kB

Total Files

25

Last publish

Collaborators

  • mafintosh
  • kasperisager