Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://garn.io/ts/v0.0.16/executable.ts";

§Functions

isExecutable
mkExecutable

Create an executable from a nix expression.

mkShellExecutable

§Type Aliases

Executable

Executables are commands (usually shell snippets) that are being run on your local machine (not in a sandbox).