Launches a new process with the given command, with command line arguments in `args`. Should work with any platform - even Windows.
Spawn commands like `child_process.exec` does but return a `ChildProcess`
spawn commands in series
Cross platform child_process#spawn and child_process#spawnSync
Tiny process execution for humans — a better child_process
Watch change on files and spawn commands.
Promisified version of cross-spawn
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.
TypeScript definitions for cross-spawn
Spawn commands for MynCraftjs and mineflayer.
spawn processes the way the npm cli likes to do
Wraps child_process.spawn with 'cmd /c <command>' when it's a windows machine
Add new spawn commands to the dispatcher database
a util for spawning git from npm CLI contexts
`@expo/turtle-spawn` is a wrapper around `@expo/spawn-async` library.
A Promise-based interface into processes created by child_process.spawn
Package that allows to wrap some logic to either execute or spawn commands.
Cross-platform support for running Windows executables
Run shell commands using child_process#spawn.
Converts an object to a child_process.spawn args array
An Rx-version of child_process.spawn
Simple, consistent sync or async process spawning
Create Packages From GitHub Templates. My New Package is an installer of new packages via GitHub templates: create a template and add an automated script to CLI questions, update files, access GitHub API and spawn commands during generation.
Easier invokation of asynch/synch commands with a reasonable easy and flexible interface for processing stdout and stderr
An object-oriented interface for spawning a command
Spawn Filewatchers from file with path-command matrix.
MobSpawner manages worker threads that can run arbitrary commands and report results. Unlike distributed queues, MobSpawner is self-contained and perfect for small batch scripts that need to run multiple independent jobs.
shell_command tries to provide a better interface for communicating with commands you spawn on the shell
WebGet commander gemp provides Ruby Kernel#commander sugar for Open4::spawn
SixArm.com » Ruby » Kernel#commander method sugar for Open4::spawn
WebGet Ruby Gem: Provides Ruby Kernel#commander sugar for Open4::spawn
CasperJS commands run in processes spawned by Ruby
Provides step definitions to spawn and command a vim instance
This library spawns a child process which communicates with the DDSL command line tool
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.