Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 473 Bytes

File metadata and controls

26 lines (17 loc) · 473 Bytes

Bundle

A small, fast, and opinionated bundler for Deno based on esbuild

Installation:

deno install -Af --reload -n bundle https://deno.land/x/bundle/cli.ts

Usage

If the defaults look good to you, you can simply just run bundle.

bundle

Sometimes the defaults aren't good (please open an issue!), and you can see and override them using command line arguments.

Try the help command to see what you can configure.

bundle -h