Coder Social home page Coder Social logo

productinfo / pacco Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fabiospampinato/pacco

0.0 3.0 0.0 664 KB

A bundler for modular and extensible web projects.

License: MIT License

JavaScript 98.63% CSS 0.90% HTML 0.31% TypeScript 0.16%

pacco's Introduction

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.

pacco's People

Contributors

fabiospampinato avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.