Skip to main content
Module

x/proc/mod2.ts

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
import * as proc from "https://deno.land/x/proc@0.20.17/mod2.ts";

Classes

Invert the normal data flow of an AsyncIterable, allowing you to push writes on one side and iterate on the other.

Functions

Convert text data into UTF8-encoded bytes.

Run a process.

Convert UTF8-encoded input to text lines.

Run a process.

Convert UTF8-encoded input to text chunks.

Convert a ReadableStream into a ProcReadableStream as needed, avoiding redundant wrappers.

Interfaces

Command options.

Type Aliases

The type signature for a command.