Spawn and wait for the process to output a line that matches a regex.
Cross platform child_process#spawn and child_process#spawnSync
Tiny process execution for humans — a better child_process
wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
Promisified version of cross-spawn
TypeScript definitions for cross-spawn
a util for spawning git from npm CLI contexts
spawn processes the way the npm cli likes to do
Spawn commands like `child_process.exec` does but return a `ChildProcess`
Execute callbacks when child processes are spawned
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
Utility to wait for a TCP port to open.
A Promise-based interface into processes created by child_process.spawn
Cross-platform support for running Windows executables
An Rx-version of child_process.spawn
Open stuff like URLs, files, executables. Cross-platform.
Simple, consistent sync or async process spawning
Emit errors on stdout stream for a spawned child process
Converts an object to a child_process.spawn args array
`@expo/turtle-spawn` is a wrapper around `@expo/spawn-async` library.
Wait for a condition to be true
Integration testing for CLI applications
Extensions to Node.js child_process module
TypeScript definitions for wait-on
A gem for Ruby 1.8 to start process in parallel, 1) don't wait for it finish 2) dont inherit io file handles 3) both in windows/linux. Ruby 1.9 dont need it because it has spawn method.
StartAt is a simple class for future code execution. It is designed to execute a block of code at a specific point in time in the future. StartAt works by spawning a new thread, determining how long it must wait (in seconds) until the future date and time is reached, calling sleep with the exact number of seconds to wait, and then executing the code block. StartAt was derived from a script written to post schedule information to Twitter for a symposium. The schedule robot posted event details exactly five minutes in advance of the event.