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

x/blocks/scripts/utils.ts>exec

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

Parameters

command: string

Returns

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