Skip to main content
Module

x/overlord/src/deps.ts

A runner for your scripts so you don't have to deploy them. 🚀
Go to Latest
import * as overlord from "https://deno.land/x/overlord@v0.2.0/src/deps.ts";

Functions

Get a logger instance. If not specified name, get the default logger.

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

Read Reader r until EOF (null) and resolve to the content as Uint8Array`.

Create a HTTP server

Setup logger config.

Interfaces

Interface of HTTP server response. If body is a Reader, response would be chunked. If body is a string, it would be UTF-8 encoded by default.

Type Aliases

Union of valid log level strings