close
Skip to main content

@sys/process@0.0.317
Built and signed on GitHub Actions

Works with
This package works with Deno, Browsers
This package works with Deno
This package works with Browsers
JSR Score100%
License
MIT
Downloads68/wk
Published2 weeks ago (0.0.317)

Tools for working with spawned child processes.

Process

Host-process and child-process capabilities for modern POSIX-based systems (macOS, Linux, and similar “unix-like” environments) using Deno (aka. WinterTC compatible) runtimes.

Built and signed on
GitHub Actions

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@sys/process

Import symbol

import * as process from "@sys/process";
or

Import directly with a jsr specifier

import * as process from "jsr:@sys/process";