Repository
Current version released
2 years ago
Dependencies
deno.land/x
Versions
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.jsCan be replaced with:
deno run -A https://raw.githubusercontent.com/jflatow/bundy/refs/heads/master/cli.ts input.ts > output.js