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

x/simple_utility/mod.full.ts>processRun

Simplify processing for Deno.
Latest
function processRun
import { processRun } from "https://deno.land/x/simple_utility@v2.3.2/mod.full.ts";

Run command as subprocess.

Examples

Example 1

const success = await processRun("echo", "foobar");

Parameters

...commands: string[]

Returns

Promise<boolean>