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

3 repos

Awesome GitHub RepositoriesBuild Orchestration

Systems that coordinate and sequence multiple build tasks, dependencies, and pipeline stages into a cohesive automated process.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Build Orchestration. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. CI/CD and Pipeline Automation
  4. Core Build Engines
  5. Build Orchestration

Awesome Build Orchestration GitHub Repositories

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

    twbs/bootstrap

    173,988GitHubView on GitHub↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By es

    Integrates with module bundlers to process and package source assets like CSS and SVG files into optimized application bundles.

    MDXbootstrapcsscss-framework
  • storybookjs/storybook

    storybookjs/storybook

    89,274GitHubView on GitHub↗

    Storybook is a development environment for building, testing, and documenting user interface components in isolation. By rendering components within a sandboxed environment, it decouples them from the host application's global state and dependencies, allowing developers to verify complex states and edge cases without r

    Utilizes a configurable module bundler to transform source code into a live development environment with hot module replacement.

    TypeScriptangularcomponentsdesign-systems
  • 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

    Automates sequential transformation stages to convert raw source files into production-ready artifacts.

    JavaScriptamdbuild-toolcommonjs

Explore sub-tags

  • Build Pipeline OrchestratorsConfigurable engines that execute sequential transformation stages and lifecycle hooks to process source code into production artifacts.
  • Module Bundler ConfigurationsConfiguration settings for tools that transform and bundle source code and assets into standalone application packages.
  • Programmatic Build APIsInterfaces for running build processes via code.