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

2 repos

Awesome GitHub RepositoriesModule Systems

Standards and implementations that define how code is organized, encapsulated, and imported across a project.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Module Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Language Ecosystems and Tooling
  4. Module Management
  5. Module Systems

Awesome Module Systems GitHub Repositories

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

    hakimel/reveal.js

    70,586GitHubView on GitHub↗

    This project is a web-native presentation framework that renders slide decks from standard HTML or Markdown. It functions as a declarative slide engine, managing navigation, state persistence, and lifecycle events through a configuration-driven interface. By leveraging standard web technologies, it enables the creation

    JavaScriptpresentationsslidesslideshow
  • 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

Explore sub-tags

  • ES Module IntegrationsSupport for native ECMAScript module loading patterns to enable modular plugin architectures and modern build tool compatibility.
  • Module Context IdentifiersUtilities to detect and branch logic based on the current module execution environment or layer.
  • Synchronous Module LoadersMechanisms for loading modules and exported objects synchronously within a runtime environment.