denofn / denopack

The bundling and minification toolset, made for Deno
https://denopack.mod.land
MIT License
99 stars 8 forks source link
bundler bundling deno rollup sourcemaps terser typescript

denopack logo

The bundling and minification toolset, made for Deno


Preface

🦕📦 denopack is a CLI tool and a collection of plugins designed for bundling code to be used with Deno or in the browser. _No nodemodules, no npm or yarn needed.

General note: make sure you are running Deno v1.2.0 or later

Installation

deno run --allow-run --allow-read https://deno.land/x/denopack@0.10.0/install.ts
deno run --allow-run --allow-read https://x.nest.land/denopack@0.10.0/install.ts

NOTE: denopack uses unstable Deno APIs. These APIs are not final and may break, but this does mean --unstable is mandatory!

Documentation

Visit https://denopack.mod.land

Contributing

See CONTRIBUTING.md

Acknowledgements