awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

58 个仓库

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 58 awesome GitHub repositories matching devops & infrastructure · Build Pipeline Extensions. Refine with filters or upvote what's useful.

Awesome Build Pipeline Extensions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebook/reactfacebook 的头像

    facebook/react

    245,669在 GitHub 上查看↗

    React 是一个用于构建用户界面的 JavaScript 库,采用组件化架构和单向数据流。

    Allows adjusting build plugin order to resolve conflicts between different transformation tools.

    JavaScriptjavascriptuifrontend
    在 GitHub 上查看↗245,669
  • torvalds/linuxtorvalds 的头像

    torvalds/linux

    237,355在 GitHub 上查看↗

    Linux 内核是一个单体操作系统核心,管理跨不同计算架构的硬件资源、内存和进程调度。它为应用程序执行提供了一个标准化的、符合 POSIX 的环境,同时维护了一个模块化的驱动程序框架,允许动态加载和移除硬件接口。 该项目以其高性能并发工具包而著称,该工具包利用无锁同步原语和读取-复制-更新(RCU)机制来管理多核环境中的共享数据访问。它包含了一套全面的内核跟踪和仪表化套件,能够对系统事件、函数执行和延迟指标进行非侵入式监控。此外,内核强制执行严格的接口稳定性保证和生命周期跟踪,以确保依赖应用程序的向后兼容性。 除了核心身份外,该系统还包括用于硬件抽象、网络协议实现和安全策略执行的广泛能力。它通过电源状态管理、嵌入式系统优化和基于固件的引导过程支持专业工程需求。该架构还具有用于内存分析、系统执行验证和并发编程模型验证的强大诊断框架。 源代码仓库提供了一个完整的构建系统,用于将代码转换为可执行的二进制镜像,包括用于内核功能选择和配置优化的工具,以针对特定硬件需求定制输出。

    Provides detailed build process monitoring and logging to facilitate troubleshooting and verification of compilation sequences.

    C
    在 GitHub 上查看↗237,355
  • tailwindlabs/tailwindcsstailwindlabs 的头像

    tailwindlabs/tailwindcss

    95,592在 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
    在 GitHub 上查看↗95,592
  • oven-sh/bunoven-sh 的头像

    oven-sh/bun

    93,257在 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 project functions as an all-in-one toolchain, integrating a native bundler, transpiler, package manager, and test runner into a single command-line interface. What distinguishes Bun is its focus on native system integration and developer productivity. It features a high-performa

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

    Rustbunbundlerjavascript
    在 GitHub 上查看↗93,257
  • vitejs/vitevitejs 的头像

    vitejs/vite

    81,611在 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 development phase. By maintaining an environment-aware module graph, it supports concurrent development across client, server, and custom runtime environments. The project distinguishes itself through a high-performance development server that utilizes a hot module replacement pr

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

    TypeScriptbuild-tooldev-serverfrontend
    在 GitHub 上查看↗81,611
  • cinnamon/kotaemonCinnamon 的头像

    Cinnamon/kotaemon

    25,139在 GitHub 上查看↗

    Kotaemon is an orchestration framework designed for building modular, agentic workflows that integrate document processing, retrieval-augmented generation, and multi-step reasoning. It provides a comprehensive platform for developing document-based question answering systems, allowing users to chain language models, prompt templates, and external tools into complex, automated pipelines. The system distinguishes itself through a highly modular architecture that emphasizes component-based composition and schema-driven data exchange. It supports autonomous agents capable of decomposing complex q

    Allows building modular processing workflows by chaining reusable components.

    Pythonchatbotllmsopen-source
    在 GitHub 上查看↗25,139
  • 11ty/eleventy11ty 的头像

    11ty/eleventy

    19,670在 GitHub 上查看↗

    Eleventy is a JavaScript-based static site generator designed to transform templates, data files, and markdown into optimized HTML. It functions as a versatile template rendering engine and content management framework, allowing developers to aggregate data from diverse sources—including local files, databases, and external APIs—to populate structured web content. The project is distinguished by its template-engine-agnostic pipeline, which decouples the build process from specific rendering languages. This allows users to integrate multiple template formats, such as Liquid, Nunjucks, Handleba

    Allows external modules to hook into specific build events to inject custom data, transform content, or extend core functionality.

    JavaScriptblog-enginedocumentation-tooleleventy
    在 GitHub 上查看↗19,670
  • fredkschott/snowpackFredKSchott 的头像

    FredKSchott/snowpack

    19,329在 GitHub 上查看↗

    Snowpack is an ESM-powered frontend build tool and development server that serves native ES modules directly to the browser. By eliminating the bundling process during development, it enables nearly instant server startup and unbundled frontend development. The project features a framework-aware hot module reload system that preserves component state during updates, with specific Fast Refresh integration for React, Preact, Svelte, and Vue. It also acts as a modern web transpiler, automatically converting TypeScript, JSX, and CSS Modules into browser-compatible code without requiring manual co

    Generates optimized static production builds that mirror the development environment for reliable deployment.

    JavaScript
    在 GitHub 上查看↗19,329
  • cocos2d/cocos2d-xcocos2d 的头像

    cocos2d/cocos2d-x

    18,942在 GitHub 上查看↗

    Cocos2d-x is a high-performance C++ game development framework designed for building and deploying interactive applications across mobile, desktop, and web platforms. It functions as a cross-platform game engine that utilizes an entity-component system to manage object lifecycles, behaviors, and spatial relationships within a unified codebase. The engine is distinguished by its specialized 2D graphics rendering pipeline, which is optimized for hardware-accelerated performance when displaying sprites, particle effects, and skeletal animations. It provides developers with low-level access to gr

    Allows developers to modify the automated build pipeline and templates to integrate custom workflows during the project export phase.

    C++androidc-plus-pluscocos2d
    在 GitHub 上查看↗18,942
  • css-modules/css-modulescss-modules 的头像

    css-modules/css-modules

    17,973在 GitHub 上查看↗

    CSS Modules is a build-time tool that transforms local class names into unique, collision-resistant identifiers. By scoping styles to specific components during the compilation phase, it ensures that visual definitions remain isolated and prevents naming conflicts within web applications. The project functions as a frontend build plugin that integrates with module bundlers to manage style dependencies and assets. It generates a JavaScript object mapping that links original local class names to their transformed global counterparts, allowing developers to reference styles programmatically with

    Integrates with build pipelines to perform automated style manipulation before final asset bundling.

    在 GitHub 上查看↗17,973
  • overleaf/overleafoverleaf 的头像

    overleaf/overleaf

    17,853在 GitHub 上查看↗

    This project is a web-based collaborative editor and scientific document management system designed for LaTeX. It provides a centralized environment for writing, editing, and compiling academic manuscripts, enabling multiple users to work on the same project simultaneously through real-time synchronization. The platform distinguishes itself by treating documents as version-controlled repositories, allowing for granular history tracking and bidirectional synchronization with external version control systems. It features a secure, containerized compilation pipeline that isolates build processes

    Halts the compilation process upon encountering the first error to assist in identifying and resolving build issues.

    JavaScript
    在 GitHub 上查看↗17,853
  • vitejs/awesome-vitevitejs 的头像

    vitejs/awesome-vite

    16,866在 GitHub 上查看↗

    Awesome Vite is a curated collection of resources, plugins, and templates designed for the Vite build tool ecosystem. It serves as a central directory for developers looking to extend the capabilities of this high-performance frontend build pipeline and module bundler. The project highlights the core strengths of Vite, including its native ESM-based development server, instant hot module replacement, and pre-bundled dependency optimization. By aggregating community-maintained tools, it showcases how to leverage Vite’s plugin-based architecture to customize build pipelines, integrate popular f

    Provides a plugin architecture to hook into and extend core bundling logic.

    JavaScriptawesomeawesome-listvite
    在 GitHub 上查看↗16,866
  • hashicorp/packerhashicorp 的头像

    hashicorp/packer

    15,708在 GitHub 上查看↗

    Packer is a machine image builder and multi-platform image orchestrator used to create identical virtual machine images for multiple platforms from a single source configuration. It functions as an infrastructure as code tool, utilizing the HashiCorp Configuration Language to define versioned and reproducible templates for cloud image provisioners. The tool is distinguished by its plugin-based extension model, which allows it to load external binaries for builders and provisioners to support various cloud platforms and virtualization environments. It includes a post-processor pipeline to tran

    Sequentially transforms build artifacts by compressing images or importing them into cloud registries after the main build.

    Go
    在 GitHub 上查看↗15,708
  • formidablelabs/webpack-dashboardFormidableLabs 的头像

    FormidableLabs/webpack-dashboard

    13,976在 GitHub 上查看↗

    webpack-dashboard is a terminal-based build monitor and asset viewer designed for the Webpack development process. It provides a command line interface to track compilation status, monitor development server activity, and organize build errors for debugging. The tool integrates as a Webpack plugin to intercept compilation events and extract asset metadata. It utilizes a terminal-UI layout engine and state-driven rendering to display build progress and logs in a structured grid of dynamic windows. The system includes capabilities for real-time build log visualization and asset filtering using

    Serves as a terminal-based visualizer for tracking compilation status and organizing build errors.

    JavaScriptclicli-dashboarddashboard
    在 GitHub 上查看↗13,976
  • pipecat-ai/pipecatpipecat-ai 的头像

    pipecat-ai/pipecat

    12,846在 GitHub 上查看↗

    Pipecat is a framework and software development kit for building real-time multimodal AI agents and speech-to-speech systems. It utilizes a frame-based data pipeline to route audio, video, and text through a modular sequence of processors, enabling the orchestration of low-latency conversational AI. The project is distinguished by its ability to coordinate complex multimodal services, including speech-to-text, language models, and text-to-speech, within a single pipeline. It features semantic voice activity detection for natural turn-taking, state-machine conversation flows for dialogue manag

    Queries the real-time state of the build process to retrieve the final image URI or error details.

    Pythonaichatbot-frameworkchatbots
    在 GitHub 上查看↗12,846
  • jamiebuilds/babel-handbookjamiebuilds 的头像

    jamiebuilds/babel-handbook

    12,110在 GitHub 上查看↗

    This project is a technical handbook and tutorial guide for the Babel compiler. It serves as a resource for configuring the tool and writing custom plugins to transform JavaScript source code. The guide provides instructional material on creating custom transformation plugins and modifying the compilation process. It specifically covers how to navigate and modify abstract syntax trees to programmatically rewrite source code. The documentation covers the mechanics of code transformation, the management of compiler configurations, and the fundamentals of compiler tooling. It includes guidance

    Describes the architecture of the compilation stream and how custom transformation rules are injected.

    babelhandbook
    在 GitHub 上查看↗12,110
  • thejameskyle/babel-handbookthejameskyle 的头像

    thejameskyle/babel-handbook

    12,109在 GitHub 上查看↗

    This project is a comprehensive manual and educational resource focused on the Babel compiler. It serves as a documentation guide and handbook for understanding the inner workings of JavaScript compilation, specifically regarding the transformation of source code. The material provides a technical walkthrough for developing custom plugins and extensions. It covers the process of creating tailored transformations to modify how JavaScript is parsed and generated. The content encompasses the broader JavaScript compilation workflow, focusing on abstract syntax tree manipulation, code generation,

    Provides instructions for creating tailored transformations to change how JavaScript is parsed and generated.

    在 GitHub 上查看↗12,109
  • reactjs/react.devreactjs 的头像

    reactjs/react.dev

    11,765在 GitHub 上查看↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Determines whether the build process halts or gracefully skips problematic components when encountering code that violates development rules.

    JavaScriptdocumentationjavascriptreact
    在 GitHub 上查看↗11,765
  • microsoft/typescript-react-startermicrosoft 的头像

    microsoft/TypeScript-React-Starter

    11,043在 GitHub 上查看↗

    This project is a TypeScript React starter template and frontend development boilerplate. It provides a pre-configured project scaffold and foundation for building type-safe user interfaces, integrating essential tooling for typing, linting, and testing to accelerate the start of a web application. The scaffold distinguishes itself by providing a complete production asset pipeline that generates minified JavaScript and CSS bundles to optimize loading speeds. It includes a dedicated component testing suite for executing logic and snapshot tests in a simulated browser environment, alongside a h

    Compiles source code into optimized static files ready for production deployment.

    TypeScript
    在 GitHub 上查看↗11,043
  • bxcodec/go-clean-archbxcodec 的头像

    bxcodec/go-clean-arch

    10,118在 GitHub 上查看↗

    This project is a boilerplate and template for Go applications implementing Clean Architecture. It provides a standardized project structure designed to organize code into decoupled layers, ensuring that core business logic remains independent of databases, frameworks, and user interfaces. The implementation focuses on a domain-driven design that utilizes dependency injection and the repository pattern to abstract data storage. It enforces architectural boundaries through internal package encapsulation and layer-based dependency inversion. The project includes a development toolchain that au

    Builds optimized, production-ready container images from configuration files.

    Goarchitecturearticleclean-architecture
    在 GitHub 上查看↗10,118
上一个123下一个
  1. Home
  2. DevOps & Infrastructure
  3. CI/CD and Pipeline Automation
  4. Core Build Engines
  5. Build Tooling
  6. Build Pipeline Extensions

探索子标签

  • Build Error Handling4 个子标签Build-time settings that determine how compilers respond to errors during the build process.
  • Build Plugins2 个子标签Modular 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 APIs1 个子标签Programmatic interfaces for executing production build tasks like transpilation and minification.