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

4 repos

Awesome GitHub RepositoriesBuild Configuration Systems

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

  1. Home
  2. Development Tools & Productivity
  3. Build Tooling
  4. Build Orchestration and Logic
  5. Build Orchestration and Configuration
  6. Build Configuration Systems

Awesome Build Configuration Systems GitHub Repositories

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

    Centralizes build parameters, environment variables, and optimization settings for target outputs.

    JavaScriptamdbuild-toolcommonjs
  • golang-standards/project-layout

    golang-standards/project-layout

    55,386GitHubView on GitHub↗

    This project provides a standardized directory layout pattern that establishes a predictable structure for organizing source code, configuration files, and documentation. It serves as a community-driven framework designed to improve project maintainability, simplify developer onboarding, and ensure consistency across l

    Dedicated output directories keep build artifacts separate from source files to maintain a clean and manageable repository.

    Makefilegogolangproject-structure
  • 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

    Control source map generation during the build process to balance binary size with effective frontend debugging capabilities.

    Gobitbucketcicddevops
  • JetBrains/kotlin

    JetBrains/kotlin

    52,346GitHubView on GitHub↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platfor

    Configures build definitions and environment settings specifically tailored for packaging web-based application assets.

    Kotlincompilergradle-pluginintellij-plugin

Explore sub-tags

  • Build ConfigurationsFiles and settings that define the parameters, dependencies, and environment variables for a software build process.
  • Build Output DirectoriesStandardized directory structures used to organize and store the artifacts produced by a build system.
  • Compiler ConfigurationsSettings and configurations used to adjust compiler behavior and module resolution for specific build environments.
Frontend Debugging Configurations
Settings and parameters used to configure browser-based debugging environments for frontend web applications.
  • Library Bundling ConfigurationsConfiguration files and parameters that define how source code is bundled into reusable software libraries.
  • Web Build ConfigurationsSettings and build definitions specifically tailored for compiling and packaging web-based application assets.