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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rollup/pluginsAvatar de rollup

    rollup/plugins

    3,750Ver en 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
    Ver en GitHub↗3,750
  • opencontainers/runtime-specAvatar de opencontainers

    opencontainers/runtime-spec

    3,641Ver en 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
    Ver en GitHub↗3,641
  1. Home
  2. Development Tools & Productivity
  3. Bundle Runtime Execution

Explorar subetiquetas

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