5 repos
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.
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.
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.
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.
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.
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.