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

5 repos

Awesome GitHub RepositoriesBuild Configuration

Utilities that define and manage the parameters, rules, and environment settings for software build processes.

Explore 5 awesome GitHub repositories matching development tools & productivity · Build Configuration. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Project Scaffolding, Config & Code Generation
  4. Project Scaffolding and Configuration
  5. Build Configuration

Awesome Build Configuration GitHub Repositories

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

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    Standardized configuration files define TypeScript compilation settings and module resolution paths required for test execution.

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

    Specifies public base paths for assets to ensure correct URL resolution in nested deployment structures.

    TypeScriptbuild-tooldev-serverfrontend
  • ocornut/imgui

    ocornut/imgui

    71,441GitHubView on GitHub↗

    This project is an immediate-mode graphical user interface library designed for rapid development of tools and debugging interfaces. By generating UI geometry every frame through procedural code, it eliminates the need for persistent state synchronization between application data and the interface. It is primarily inte

    Customizes core data types and mathematical structures via preprocessor macros before compilation.

    C++apicplusplusframework
  • 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

    Specify bundle entry points and output directories to direct how assets are generated.

    JavaScriptamdbuild-toolcommonjs
  • go-gitea/gitea

    go-gitea/gitea

    53,820GitHubView on GitHub↗

    Gitea is a self-hosted service designed for managing version control repositories, project issue tracking, and software artifact distribution. It provides a collaborative platform that enables teams to host their own source code, manage development tasks through integrated project boards, and store container images or

    Configure file system paths for runtime data and static assets using build-time linker flags to ensure correct deployment.

    Gobitbucketcicddevops

Explore sub-tags

  • Asset Path ConfigurationsSettings for defining the base URL or prefix used for loading static assets like scripts, styles, and images.
  • Build Environment ConfigurationsSettings for defining build modes and environment variables to control optimization and runtime behavior.
  • Build Output ConfigurationsSettings for defining entry points and output directories.
Compile-Time Header Configurations
Customization of data structures and types via preprocessor macros before compilation.
  • Module Processing RulesSettings that define how specific file types are handled and which modules are excluded to optimize build performance.
  • Path Configuration UtilitiesTools for defining file system directory structures and asset locations during build time.
  • TypeScript ConfigurationsStandardized configuration files and settings for managing TypeScript compilation and module resolution.