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

5 repos

Awesome GitHub RepositoriesBuild Configuration and Governance

Utilities for managing environment-specific settings, dependency resolution, and ensuring build reproducibility or compatibility.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Build Configuration and Governance. 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 Configuration and Governance

Awesome Build Configuration and Governance 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.

    Generate code compatible with specific framework versions to ensure runtime stability across different project environments.

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

    Automates the inclusion of necessary vendor prefixes by defining target browser versions within the build process.

    MDXbootstrapcsscss-framework
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    Separates platform-specific logic into distinct files using extensions to automatically load the correct implementation during the build process.

    C++androidapp-frameworkcross-platform
  • bitcoin/bitcoin

    bitcoin/bitcoin

    88,190GitHubView on GitHub↗

    This project is a cryptographic consensus engine and distributed ledger client that functions as a peer-to-peer network node. It enables decentralized network participation by allowing users to independently validate transactions and blocks, ensuring data integrity and consensus without reliance on a centralized author

    Compiles source code into identical, verifiable binaries across different environments to eliminate discrepancies in the final executable.

    C++bitcoinc-plus-pluscryptocurrency
  • 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

    Scans source code for bare imports to identify and resolve dependency entry points for rapid pre-bundling.

    TypeScriptbuild-tooldev-serverfrontend

Explore sub-tags

  • Browser Compatibility ConfigurationsConfiguration settings that define target browser versions to automate code compatibility adjustments.
  • Dependency Discovery MechanismsProcesses that scan source code to identify and resolve dependency entry points.
  • Platform-Specific Source ResolutionSystems that automatically resolve platform-specific source files based on file extensions.
Reproducible Build Environments
Tools and verification processes designed to ensure consistent and deterministic software compilation.
  • Version Compatibility ToolsConfiguration options that allow compilers to generate code compatible with specific library versions.