Skip to main content
Module

x/live/scripts/utils.ts>exec

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
function exec
import { exec } from "https://deno.land/x/live@1.75.5/scripts/utils.ts";

Parameters

command: string

Returns

Promise<{ stdout: string; stderr: string | null; }>