spawnmyapp
spawnmyapp is a lightweight command-line tool for launching and managing separate application processes with configurable isolation. It is designed for testing, automation, and development workflows where running multiple instances or controlling environment and input/output is useful, without the overhead of a full container runtime.
Key capabilities include starting a command with a dedicated environment, working directory, and redirected standard streams;
On Linux, macOS, and Windows, spawnmyapp creates a child process with the specified settings. It does not
Typical usage involves passing a command to execute along with environment variables, working directory, and redirection