Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dax/src/command.ts

Cross platform shell tools for Deno inspired by zx.
Extremely Popular
Go to Latest
import * as dax from "https://deno.land/x/dax@0.38.0/src/command.ts";

Classes

Underlying builder API for executing commands.

Result of running a command.

Similar to AbortSignal, but for Deno.Signal.

Similar to an AbortController, but for sending signals to commands.

Type Aliases

Listener for when a KillSignal is killed.