create the fs api using processes
Cross platform child_process#spawn and child_process#spawnSync
Promisified version of cross-spawn
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
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
A drop-in replacement for fs, making various improvements.
TypeScript definitions for cross-spawn
Node.js platform for sandboxxjs — spawn + fs + WebSocket
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
Monkey patches for file system related things.
Bindings for useful functions for bun
TypeScript definitions for graceful-fs
`@expo/turtle-spawn` is a wrapper around `@expo/spawn-async` library.
Cross-platform support for running Windows executables
Converts an object to a child_process.spawn args array
An Rx-version of child_process.spawn
filesystem bindings for tar-stream
Extensions to Node.js child_process module
In-memory file-system with Node's fs API.