Skip to main content
Module

x/metapages/mod.ts

Deno scripts for managing build/test/deploy/publish commands
Latest
import * as metapages from "https://deno.land/x/metapages@v0.0.25/mod.ts";

Variables

Ensures a docker container is running detached. env vars: DOCKER_COMPOSE: docker-compose command to override args: example: deno run --allow-env ./ensureContainerBackgroundRunning.ts

Make sure we're inside a named docker-compose service defaulting to a sh shell

Main function to run CLI commands

Return the first file found with the given prefix, in the current directory, and continuing searching into the parent down to the root.