@codemonument/puppet-process@1.0.1Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Works with
•JSR Score94%•This package works with DenoIt is unknown whether this package works with Cloudflare Workers

Downloads2/wk
•Publisheda year ago (1.0.1)
A wrapper around the native subcommand execution apis of deno (later: bun, node) to easily automate cli processes from the outside.
T
T
c
PuppetProcess
This class is used to spawn a new process and interact with it. It is NOT inteded to run child processes one-time, but rather to keep them running and interact with them. (At least for now, maybe I'll add this functionality later.)
c
ChildProcessNotRunningError
This error is thrown when a child process is not running, but an operation is attempted that requires the child process to be running.