Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/bundler/program/program.ts>Program

A Bundler with the web in mind.
Latest
interface Program
import { type Program } from "https://deno.land/x/bundler@0.9.0/program/program.ts";

Properties

name: string
optional
description: string
commands: Command[]
optional
version: string
optional
fn: (args: flags.Args) => void