awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesBundle Runtime Execution

Automatically executes and restarts bundled files as child processes after each rebuild.

Distinct from Process Bundling: Focuses on the automated runtime execution of generated bundles, which is not covered by the provided candidates.

Explore 2 awesome GitHub repositories matching development tools & productivity · Bundle Runtime Execution. Refine with filters or upvote what's useful.

Awesome Bundle Runtime Execution GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rollup/pluginsAvatar de rollup

    rollup/plugins

    3,750Voir sur GitHub↗

    This is a collection of official extensions for the Rollup bundling process. These plugins serve as module transformers, resolution managers, and bundle optimizers designed to modify how JavaScript modules are processed, resolved, and optimized. The suite provides specialized capabilities for modern web transpilation, converting TypeScript, JSX, Flow, and GraphQL into compatible JavaScript. It distinguishes itself through extensive non-JavaScript asset integration, allowing the import of JSON, YAML, CSV, and image files as JavaScript modules or data URIs, and providing support for bundling We

    Launches generated bundles as child processes and restarts them automatically after every rebuild.

    JavaScriptpluginsrolluprollup-plugins
    Voir sur GitHub↗3,750
  • opencontainers/runtime-specAvatar de opencontainers

    opencontainers/runtime-spec

    3,641Voir sur GitHub↗

    The project provides an open container runtime specification and standardized schema for defining container configurations, namespaces, resource limits, security policies, and filesystem mounts across platforms. It outlines the formal configuration formats, lifecycle operations, and execution environments necessary for portable, isolated container workloads. The specification covers container lifecycle management protocols and structured rules governing container creation, execution startup, process signaling, state tracking, and resource teardown. It standardizes local bundle packaging and

    Implements low-level platform operations to launch and run container bundles according to configuration.

    Gocontainersdockeroci
    Voir sur GitHub↗3,641
  1. Home
  2. Development Tools & Productivity
  3. Bundle Runtime Execution

Explorer les sous-tags

  • Low-Level Bundle LaunchersImplements low-level platform operations to launch container bundles according to specifications. **Distinct from Bundle Runtime Execution:** Distinct from Bundle Runtime Execution: focuses on low-level OS operations for launching standardized container configuration bundles rather than general build execution.