Watch specific files or directories and re-execute a given command, using `child_process.spawn` instead of the original `child_process.exec` to have a bit more of control. Forked from `watch-run` by `queckezz`
The `npx serve` of Apple Simulators.
The CDK Construct Library for AWS Lambda in Golang
tmux-based bridge for live Claude/Codex agent orchestration
modern-spawn
🌎 Performant real-time state management for TypeScript and React
spawn processes conveniently in tape tests and match against stdout/stderr streaming output
Run npm commands by creating child processes.
Turns an arg hash into an array of arguments. Useful when running command line apps with child_process.
JWA implementation (supports all JWS algorithms)
Create a pair of streams (A, B) such that `A.write(X) -> B.emit('data', X)` and `B.write(X) -> A.emit('data', X)`
A wrapper around Amazon's DynamoDB Local to start and stop it from Node.js.
Cross-platform pseudoterminal (PTY) implementation for Bun with native performance
Local Actor Kernel for Pi
Used in npm for command line application support
Simple transaction manager for json messages
Spawn an [Express](https://expressjs.com) server from your [Mock Service Worker](https://github.com/mswjs/msw) request handlers or apply them to an existing server using a middleware.
Flexible and cross-platform executing commands. Hybrid, Async and Promise API.
A Node.js process execution library providing Promise and RxJS interfaces for running shell commands — locally or inside Docker containers — with true streaming, reactive I/O, abort support, and proper teardown.
Run a command in either docker or on you local system
Open stuff like URLs, files, executables. Cross-platform.
Rivet Engine binary distributed as platform-specific npm packages
[ripgrep](https://github.com/BurntSushi/ripgrep) in a compact and cross-platform npm package. Works with Node.js, Bun, and Deno without native binaries. Bundler-friendly, with the WASM embedded as z85+brotli.
Node.js child_process module for Gjs