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

x/blocks/daemon/cmd.ts>runCmd

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

Returns a http handler that runs a command and pipes the output to the response

type

(...cmd: string[]) => unknown