Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/src/run.ts>run

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Very Popular
Go to Latest
function run
import { run } from "https://deno.land/x/proc@0.20.7/src/run.ts";

Run a process.

Parameters

options: ProcessOptions<S>

The command.

...cmd: Cmd

Options.

Returns

Runnable<Uint8Array>

A child process instance.

Run a process.

Parameters

...cmd: Cmd

The command.

Returns

Runnable<Uint8Array>

A child process instance.