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/environment.ts";

§Variables

emptyEnvironment

The empty environment - this Environment has nothing installed in it. It can be easily extended using withDevTools.

isEnvironment
packageToEnvironment

§Functions

build

Creates a new Package, which will be built using the given shell script. It's run in the emptyEnvironment.

check

Creates a new shell script Check, run in the emptyEnvironment.

mkEnvironment

A low-level helper to create new Environments from NixExpressions.

shell

Creates a new shell script Executable, run in the emptyEnvironment.

§Type Aliases

Environment

Environments define what files and tools are available to Executables, Checks and development shells.