Easily execute shell commands and parse stdout.
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
Execute callbacks when child processes are spawned
Cross platform child_process#spawn and child_process#spawnSync
Spawn commands like `child_process.exec` does but return a `ChildProcess`
Extensions to Node.js child_process module
A Promise-based interface into processes created by child_process.spawn
Emit errors on stdout stream for a spawned child process
Run a child as if it's the foreground process. Give it stdio. Exit when it exits.
Take care of your `spawn()`
seriously like the best async child process library
a util for spawning git from npm CLI contexts
pluggable core of node-tap
Promisified version of cross-spawn
A query library for ECMAScript AST using a CSS selector like query language.
Easy and small child_process.spawn
Tiny process execution for humans — a better child_process
Spawn a dependent child process.
TypeScript definitions for cross-spawn
Native process spawning for JavaScript
spawn processes the way the npm cli likes to do
> `child_process.spawn()` wrapped in a `Promise` for doing async/await.
`@expo/turtle-spawn` is a wrapper around `@expo/spawn-async` library.
Converts spawn to a ReadStream, buffers the error and emits it
Passes thread variables to child spawned threads. Main use case is enabling logging in child thread to keep context of a request.
EventMachine-aware POSIX::Spawn::Child
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.
Small library for spawning and managing child processes
Manages Ruby processes that can be used to spawn child processes faster.
This library spawns a child process which communicates with the DDSL command line tool
Spawn child processes without managing IO streams, zombie processes and other details.
Unlike Open3, Wopen3 does not throw away the exit code of the executed (grandchild) process. Only a child process is spawned and the exit status is returned in $? as normal.
Evaluates ruby code by writing it to a tempfile and spawning a child process. Uses a allowlist of methods and constants to keep, for example one cannot run system commands in the environment created by this gem. The environment created by the untrusted code does not leak out into the parent process.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.