All Projects → fabiospampinato → pacco

fabiospampinato / pacco

Licence: MIT license
A bundler for modular and extensible web projects.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pacco

avain
A Modular Framework for the Automated Vulnerability Analysis in IP-based Networks
Stars: ✭ 56 (+250%)
Mutual labels:  modular, extensible
Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (+937.5%)
Mutual labels:  gulp, modular
Pext
Python-based extendable tool
Stars: ✭ 380 (+2275%)
Mutual labels:  modular, extensible
slopShell
the only php webshell you need.
Stars: ✭ 208 (+1200%)
Mutual labels:  modular, extensible
Python Markdown Editor
Standalone editor for your markdown files
Stars: ✭ 164 (+925%)
Mutual labels:  modular, extensible
powsybl-core
A framework to build power system oriented software
Stars: ✭ 87 (+443.75%)
Mutual labels:  modular, extensible
awesome-maldives
A curated list of amazingly awesome libraries, resources and shiny things made by maldivian developers.
Stars: ✭ 16 (+0%)
Mutual labels:  projects
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (+181.25%)
Mutual labels:  gulp
CODE-CAMP-2020
A Virtual Hackathon Camp for Developers, Build real products and win Swags in comfort of your home.
Stars: ✭ 30 (+87.5%)
Mutual labels:  projects
rombundler
A tiny libretro frontend to release homebrews as executables
Stars: ✭ 49 (+206.25%)
Mutual labels:  bundler
taskit
A Task Runner in Bash
Stars: ✭ 35 (+118.75%)
Mutual labels:  gulp
octicons-modular
GitHub Octicons with tree-shaking support and icon-per-file style.
Stars: ✭ 25 (+56.25%)
Mutual labels:  modular
electron-angular-ngrx
An Angular (6x) Electron seed featuring @angular/cli, @ngrx/platform, and Typescript. Complete with HMR workflow
Stars: ✭ 39 (+143.75%)
Mutual labels:  gulp
gulp-iife
A Gulp plugin for wrapping JavaScript code in IIFEs.
Stars: ✭ 39 (+143.75%)
Mutual labels:  gulp
rna
🚀 A bundler, a server and a test runner for modern modules and applications.
Stars: ✭ 89 (+456.25%)
Mutual labels:  bundler
build
Build system scripts based on GENie (https://github.com/bkaradzic/genie) project generator
Stars: ✭ 30 (+87.5%)
Mutual labels:  modular
bibleapi-rest
Node.js based Bible API RESTful web service
Stars: ✭ 34 (+112.5%)
Mutual labels:  gulp
webpack tutorial
JavaScript Module bundler, Webpack2 from scratch
Stars: ✭ 13 (-18.75%)
Mutual labels:  bundler
modular-starter-kit
The starter kit with entire modular approach to help remove boilerplate code in developing
Stars: ✭ 14 (-12.5%)
Mutual labels:  modular
Hacktober-Fest-2021
📜This repository is created to welcome all the open source enthusiasts to get introduced to beginner friendly projects they could work with in the festive season of HacktoberFest 2021🎇🙌.
Stars: ✭ 23 (+43.75%)
Mutual labels:  projects

Pacco

A bundler for modular and extensible web projects.

Why not WebPack?

Work on Pacco started before WebPack was even a thing. In most of the cases you'll want to stick with WebPack, but if you're building a modular and extensible web project, like a front-end framework, Pacco will make your life easier:

  • No configuration: it just works. But if you need to, you can customize almost everything.
  • Partial builds: you can compile your project excluding some particular files or folders. You don't have to compile anything that you don't need.
  • Extensibility: you can build on top of extensible projects, even inject files exactly before or after a particular file, or override some other file. Useful for adding a component to a framework, providing SASS variables or custom configurations in general.
  • Module priority: you can ensure your most important code stays closer to the beginning of your bundle, ensuring it will be executed as soon as possible, improving percieved performance.
  • Build on top of Gulp: you may want to add support for LESS, being Pacco built on top of Gulp means it is easy to extend.

Documentation

//TODO: are you interested in this project? Open an issue and I'll find the time for writing it.

In the mean time you can take a look at Svelto, the front-end framework this bundler has been created for.

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].