All Projects → denofn → Denopack

denofn / Denopack

Licence: mit
The bundling and minification toolset, made for Deno

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Denopack

fliphub
the easiest app builder
Stars: ✭ 30 (-62.96%)
Mutual labels:  bundler, rollup
Bili
Bili makes it easier to bundle JavaScript libraries.
Stars: ✭ 949 (+1071.6%)
Mutual labels:  rollup, bundler
pansy
🛠️ A zero configuration library bundler.
Stars: ✭ 14 (-82.72%)
Mutual labels:  bundler, rollup
Shortstack
🥞 minimal Rollup + PostCSS modern syntax starter template
Stars: ✭ 94 (+16.05%)
Mutual labels:  rollup, bundler
rolldown
Modern bundler built on Rollup with couple more features, such as multiple entry points, presets, better configuration experience and more.
Stars: ✭ 17 (-79.01%)
Mutual labels:  bundler, rollup
Scarab
A system to patch your content files.
Stars: ✭ 38 (-53.09%)
Mutual labels:  bundler
Jekyll Minibundle
A minimalistic asset bundling plugin for Jekyll
Stars: ✭ 65 (-19.75%)
Mutual labels:  bundler
Sapper Template Firebase
Starter Rollup template for Sapper apps with Firebase functions based on https://github.com/nhristov/sapper-template-rollup.
Stars: ✭ 29 (-64.2%)
Mutual labels:  rollup
Rollup Plugin Dev
development server for rollup with additional logging and options
Stars: ✭ 29 (-64.2%)
Mutual labels:  rollup
Template.js
A javascript template engine, simple, easy & extras, support webpack, rollup, parcel, browserify, fis and gulp
Stars: ✭ 1,201 (+1382.72%)
Mutual labels:  rollup
Egeo
EGEO is the open-source UI library used to build Stratio's UI. It includes UI Components, Utilities, Services and much more to build user interfaces quickly and with ease. The library is distributed in AoT mode.
Stars: ✭ 69 (-14.81%)
Mutual labels:  rollup
Rollup Plugin Size
🍣 Track compressed Rollup asset sizes over time.
Stars: ✭ 57 (-29.63%)
Mutual labels:  rollup
Phaser Node Kit
Rapid Game Development with PhaserJS and Node for Modern Browsers
Stars: ✭ 39 (-51.85%)
Mutual labels:  bundler
Handroll
🍣 Expertly rolled JavaScript. CLI + library for bundling JavaScript with Rollup.js
Stars: ✭ 66 (-18.52%)
Mutual labels:  rollup
Electron Vue Vite
Electron、vue3、vite2、ant-design-vue2 整合
Stars: ✭ 72 (-11.11%)
Mutual labels:  rollup
Parcel Plugin Structurize
A plugin to customize the output (dist) directory structure during production.
Stars: ✭ 29 (-64.2%)
Mutual labels:  bundler
Pectin
Rollup-related tools for incremental transpilation of packages in Lerna-based monorepos
Stars: ✭ 50 (-38.27%)
Mutual labels:  rollup
Import Http
Import modules from URL instead of local node_modules
Stars: ✭ 1,150 (+1319.75%)
Mutual labels:  rollup
Metro With Symlinks
Metro with Symlinks
Stars: ✭ 49 (-39.51%)
Mutual labels:  bundler
Hyperapp Boilerplate
This is a sample/boilerplate project that shows how to create a production-ready hyperapp application.
Stars: ✭ 45 (-44.44%)
Mutual labels:  rollup

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

deno run --allow-run --allow-read https://deno.land/x/[email protected]/install.ts
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

Contributing

See CONTRIBUTING.md

Acknowledgements

  • Reddit user u/HarmonicAscendant - unrelated to this library - who coined the name name Denopack
  • The sauropod and package emoji's courtesy of Twemoji
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].