Skip to content

💾 📦 ♻️ The 'just works' bundler, in memory of `deno bundle`

Notifications You must be signed in to change notification settings

jeff-hykin/deno_bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno Bundle Successor

This adapts esbuild to play nice with Deno and behave like deno bundle. The main goal is to "just work" along with minimal config.

Note: this does not work with 3rd party npm modules, and likely will never support them in any form.

Installation

deno install -n deno_bundle -Afrg https://raw.githubusercontent.com/jeff-hykin/deno_bundle/master/main.js

Usage

deno_bundle --help
deno_bundle ./something.js > something.bundle.js
deno_bundle https://esm.sh/something > something.bundle.js
deno_bundle ./something.js --minify > something.bundle.js
deno_bundle ./something.js --outfile something.bundle.js
# force ASCII output
deno_bundle ./something.js --charset ascii

About

💾 📦 ♻️ The 'just works' bundler, in memory of `deno bundle`

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages