Execute callbacks when child processes are spawned
Promisified version of cross-spawn
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
Cross platform child_process#spawn and child_process#spawnSync
spawn processes the way the npm cli likes to do
Extensions to Node.js child_process module
Tiny process execution for humans — a better child_process
TypeScript definitions for cross-spawn
An Rx-version of child_process.spawn
Emit errors on stdout stream for a spawned child process
A Promise-based interface into processes created by child_process.spawn
Spawn commands like `child_process.exec` does but return a `ChildProcess`
Take care of your `spawn()`
Simple, consistent sync or async process spawning
a built-in tap extension for t.spawn()
Spawn a dependent child process.
Run shell commands using child_process#spawn.
Wraps child_process.spawn with 'cmd /c <command>' when it's a windows machine
Easy and small child_process.spawn
seriously like the best async child process library
Adds cross-platform `kill` function to spawn-command processes
Utility that lets you turn a process into a highland stream.
Cross-platform support for running Windows executables
Run a child as if it's the foreground process. Give it stdio. Exit when it exits.
The Sensu spawn process library
Asynchronous process spawning.
Process spawning and reaping
posix-spawn uses posix_spawnp(2) for faster process spawning
A framework for spawning and communicating with other Ruby-processes
Spawn multiple child processes from Ruby and re-spawn those processes if they die. Spawner works on Mac OS X, Linux, Windows, Solaris, AIX -- anywhere that Ruby can run. It is useful for load testing other applications or just keeping things alive. The Spawner class allows the number of child processes to be changed dynamiclly so they can be brought up and down as needed without restarting the spawner. There is also a handy command line spawner app that's really useful for load testing services -- spawn twenty clients and see how things hold up.
Spawn passthrough processes
A tiny library for spawning worker processes
Utilities for spawning curl processes
Spawns processes using fork call, monitors them and other neat things.
Control and communicate with spawned processes
Wrapper around Open3#popen2e with other useful options.