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

Bundy

This is an ultra light wrapper around deno_emit. It effectively provides a drop-in replacement for code that was relying on deno bundle.

Command line invocations that previously looked like:

deno bundle input.ts -- output.js

Can be replaced with:

deno run -A https://raw.githubusercontent.com/jflatow/bundy/refs/heads/master/cli.ts input.ts > output.js