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

4 repos

Awesome GitHub RepositoriesBuild Pipeline Extensions

Modular plugins and programmatic interfaces that allow for custom logic, error handling, and lifecycle hooks within the build process.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Build Pipeline Extensions. 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 Tooling
  6. Build Pipeline Extensions

Awesome Build Pipeline Extensions GitHub Repositories

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

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    Babel plugins transform source code during compilation to inject performance enhancements and ensure consistent runtime behavior.

    JavaScriptjavascriptuifrontend
  • tailwindlabs/tailwindcss

    tailwindlabs/tailwindcss

    93,668GitHubView on GitHub↗

    Utility-first CSS framework for fast, design-system-friendly styling.

    Modifies build outputs by injecting custom utility definitions and configuration overrides through a modular plugin architecture.

    TypeScriptcssframeworkutility
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Extends the compilation process through a modular plugin architecture that intercepts build lifecycle hooks for custom transformations.

    Zigbunbundlerjavascript
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    Executes production-ready build tasks such as transpilation, minification, and manifest generation through a dedicated programmatic interface.

    TypeScriptbuild-tooldev-serverfrontend

Explore sub-tags

  • Build Error HandlingBuild-time settings that determine how compilers respond to errors during the build process.
  • Build PluginsModular extensions that intercept build lifecycle hooks to customize or optimize the compilation process.
  • Post-Processor Plugin PipelinesModular systems that extend the build process to support custom utility definitions and transformations.
Production Build APIs
Programmatic interfaces for executing production build tasks like transpilation and minification.