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

3 repos

Awesome GitHub RepositoriesModule Management

Systems for loading, resolving, and optimizing code modules within a programming environment.

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

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

Awesome Module Management 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
  • juliangarnier/anime

    juliangarnier/anime

    66,553GitHubView on GitHub↗

    This project is a declarative motion framework and JavaScript animation engine designed to transition CSS properties, SVG attributes, and DOM elements. It provides a comprehensive set of tools for creating complex, multi-part motion sequences by synchronizing animations, timers, and callbacks into a single, unified tim

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

  • Hot Module Replacement ControllersMechanisms for managing module updates and state re-initialization during runtime replacement.
  • Import MapsConfigurations that allow browsers to resolve module specifiers to specific URLs without a build step.
  • Module Lifecycle ManagersUtilities for controlling dynamic imports, conditional loading, and manual cache invalidation of modules.
  • Module Loaders2 sub-tagsMechanisms that locate and load external code modules into an application at runtime.
  • Module Resolution3 sub-tagsAlgorithms and configuration logic used to map module identifiers to specific file paths or resources.
  • Module Systems3 sub-tagsStandards and implementations that define how code is organized, encapsulated, and imported across a project.
  • Tree Shaking OptimizationsMethods for importing specific sub-modules to reduce final bundle size.