Skip to content

jflatow/bundy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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://deno.land/x/bundy/cli.ts input.ts > output.js