Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pup/pup.ts>Application

Universal process manager built in Deno
Go to Latest
variable Application
import { Application } from "https://deno.land/x/pup@1.0.0-alpha-7/pup.ts";

CLI application entry point of Pup

  • Defines and runs a function main()

  • Exports application metadata as { Application }, see bottom of file

type

{ name: string; version: string; repository: string; }