Skip to main content
Module

x/gpm/deps.ts

Git-based package manager for Deno
Latest
import * as gpm from "https://deno.land/x/gpm@v0.5.0/deps.ts";

Functions

The text emits only a small amount of light.

Ensures that a directory is empty. Deletes directory contents if the directory is not empty. If the directory does not exist, it is created. The directory itself is not deleted. Requires the --allow-read and --allow-write flag.

Ensures that the directory exists. If the directory structure does not exist, it is created. Like mkdir -p. Requires the --allow-read and --allow-write flag.

f
exists
deprecated

Test whether or not the given path exists by checking with the file system

Set text color to green.

Take a set of command line arguments, with an optional set of options, and return an object representation of those argument.

Set text color to red.