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

x/denoexec/lib/process.ts>exec

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
function exec
import { exec } from "https://deno.land/x/denoexec@v1.1.5/lib/process.ts";

This is the primary export of the denoexec module & a factory method for a new Process instance.

See detailed usage examples at: https://github.com/brad-jones/denoexec/blob/master/example/main.ts