Removes recursively with rm -rf `./file/path` (spawned), then executes a callback on end (optional).
Cross platform child_process#spawn and child_process#spawnSync
Actions io lib
Promisified version of cross-spawn
Spawn commands like `child_process.exec` does but return a `ChildProcess`
Execute callbacks when child processes are spawned
Tiny process execution for humans — a better child_process
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 processes the way the npm cli likes to do
a util for spawning git from npm CLI contexts
A Promise-based interface into processes created by child_process.spawn
Cross-platform support for running Windows executables
`@expo/turtle-spawn` is a wrapper around `@expo/spawn-async` library.
An Rx-version of child_process.spawn
Converts an object to a child_process.spawn args array
Extensions to Node.js child_process module
Emit errors on stdout stream for a spawned child process
Simple, consistent sync or async process spawning
Adds cross-platform `kill` function to spawn-command processes
Take care of your `spawn()`
Easy and small child_process.spawn
Run shell commands using child_process#spawn.
No BS synchronous `rm -rf` for node.js