awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Module Bundling Engines · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesModule Bundling Engines

Systems that resolve dependency graphs and combine source modules into optimized output bundles.

Explore 2 awesome GitHub repositories matching development tools & productivity · Module Bundling Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Build Tooling
  4. Module Bundling Engines

Awesome Module Bundling Engines GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • webpack/webpack

    webpack/webpack

    66,022GitHubView on GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou

    JavaScriptamdbuild-toolcommonjs
  • obra/superpowers

    obra/superpowers

    55,426GitHubView on GitHub↗

    Superpowers is a browser-based game development engine and collaborative integrated development environment. It provides a unified workspace for building two-dimensional interactive experiences, allowing users to manage code, assets, and scene logic directly within a web browser without the need for local compilers or

    Shell

Explore sub-tags

  • Dependency BundlersTools that combine multiple source files and their dependencies into single or optimized output files.
  • Dependency Graph ManagersUtilities that track, map, and resolve relationships between various modules within a software project.