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

x/bundler/deps.ts>Program

A Bundler with the web in mind.
Go to Latest
class Program
extends Command
import { Program } from "https://deno.land/x/bundler@0.6.2/deps.ts";

Constructors

new
Program(unnamed 0: { name: string; description: string; version?: string; fn?: CommandFunction; commands?: { [name: string]: Command; }; options?: { [name: string]: Option; }; args?: Argument[]; })

Properties

optional
version: string

Methods

parse(args: string[])