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

3 repos

Awesome GitHub RepositoriesBuild Configuration

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

Explore 3 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 and Configuration
  4. Build Configuration

Awesome Build Configuration GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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

    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

    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

    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.