GitHub - sindresorhus/nano-spawn: Tiny process execution for humans - a better child_process
Briefly

Despite its small package size, this process execution tool provides essential features like environment variable overrides, easy command execution, and a promise-based handling mechanism.
The subprocess is a promise that can resolve with a success result object or reject with an error, eliminating the need to manually await subprocess execution immediately.
Read at GitHub
[
|
]