Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
The bundling and minification toolset, made for Deno
- Host: GitHub
- URL: https://github.com/denofn/denopack
- Owner: denofn
- License: mit
- Archived: true
- Created: 2020-07-27T01:37:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T02:52:15.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T15:03:46.597Z (2 months ago)
- Topics: bundler, bundling, deno, rollup, sourcemaps, terser, typescript
- Language: TypeScript
- Homepage: https://denopack.mod.land
- Size: 259 KB
- Stars: 99
- Watchers: 4
- Forks: 8
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - denopack
README
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/)