Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denofn/denopack

The bundling and minification toolset, made for Deno
https://github.com/denofn/denopack

bundler bundling deno rollup sourcemaps terser typescript

Last synced: 2 months ago
JSON representation

The bundling and minification toolset, made for Deno

Awesome Lists containing this project

README

        


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 node_modules, no npm or yarn needed._

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

### Installation

```sh
deno run --allow-run --allow-read https://deno.land/x/[email protected]/install.ts
```

```sh
deno run --allow-run --allow-read https://x.nest.land/[email protected]/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](https://denopack.mod.land)

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md)

## Acknowledgements

- Reddit user [u/HarmonicAscendant](https://www.reddit.com/r/Deno/comments/hlm7dd/any_frontend_build_tools_for_deno_yet/) - unrelated to this library - who coined the name name Denopack
- The sauropod and package emoji's courtesy of [Twemoji](https://twemoji.twitter.com/)