Asynchronous spawn, captures stdio.
Execute callbacks when child processes are spawned
spawn for simple to use
Spawn and manage external processes with Effection
Spawn a process and restart it if it crashes
Wrap a Node.js spawn() or exec() with before/after handlers
Emit errors on stdout stream for a spawned child process
Spawn a new process using `stack` command with the given arguments
An Rx-version of child_process.spawn
<!-- VDOC.jsdoc spawn --> <!-- DON'T EDIT THIS SECTION (including comments), INSTEAD RE-RUN `vdoc` TO UPDATE --> #### var prom = spawn(command, [args], [opts]) - **command** (*String*) - A command name or a full command string - **[args]** (*Array|Object*
Call a child process with the ease of exec and safety of spawn
Child Process Spawn as a Promise, with simple in/out piping
run() wraps Node.js' spawn()
Spawn mocha processes
Easy and small child_process.spawn
dot-event process spawn operation
TypeScript definitions for dock-spawn
Exports child_process.spawnSync
Spawns and interacts with child processes using spawn / expect commands
spawn-auto-restart
A specialised child process spawn for `git` commands
Turn a string of command line options into an array for child_process.spawn
spawn() that returns a duplex stream and emits errors with stderr data on non-zero exit codes
A wrapper around spawn that returns a promise with the similar output to spawnSync.