awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesConfiguration Layering Systems

Utilities for merging hierarchical configuration files to manage environment-specific overrides and global defaults.

Distinguishing note: Focuses on the logic of merging configuration layers rather than general environment variable management.

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

Awesome Configuration Layering Systems GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • bmad-code-org/bmad-methodAvatar von bmad-code-org

    bmad-code-org/BMAD-METHOD

    49,528Auf GitHub ansehen↗

    BMAD-METHOD is a multi-agent orchestration framework designed to automate the entire software development lifecycle. It functions as a programmable engine that coordinates autonomous agents to handle complex tasks, ranging from initial requirement elicitation and project planning to code generation and system maintenance. By embedding architectural constraints into a central context file, the system ensures that all automated actions remain aligned with project goals and organizational standards. The platform distinguishes itself through an adversarial review process, where a dual-agent syste

    Overrides default behaviors by layering team-specific settings over global project defaults to ensure consistent environment-specific execution.

    JavaScript
    Auf GitHub ansehen↗49,528
  • mahmoud/awesome-python-applicationsAvatar von mahmoud

    mahmoud/awesome-python-applications

    17,892Auf GitHub ansehen↗

    This project is a curated directory and reference library of open-source Python applications. It serves as a comprehensive index designed to help developers study real-world software architecture, design patterns, and practical implementation strategies through a diverse collection of community-driven projects. The repository distinguishes itself by focusing on the analysis of production-ready software patterns rather than providing a single tool. It offers a structured way to explore how complex features, such as modular plugin systems, configuration management, and various deployment strate

    Resolves configuration layers by merging hierarchical settings from multiple sources with clear precedence.

    Jupyter Notebookapplicationaudioeducation
    Auf GitHub ansehen↗17,892
  • spf13/spf13-vimAvatar von spf13

    spf13/spf13-vim

    15,501Auf GitHub ansehen↗

    This project is a Vim configuration distribution and IDE framework designed to transform Vim into a full-featured development environment. It functions as an environment bootstrapper that automates the cloning and installation of editor configurations and plugin bundles to ensure a consistent setup across different machines. The distribution uses a structured layer of settings and overrides, allowing users to customize the environment via local and fork-specific files without modifying the base source. It provides a curated collection of extensions that enable IDE-like capabilities for code n

    Combines global distribution settings with local overrides using a layered configuration system.

    Vim Script
    Auf GitHub ansehen↗15,501
  • azerothcore/azerothcore-wotlkAvatar von azerothcore

    azerothcore/azerothcore-wotlk

    8,008Auf GitHub ansehen↗

    This project is a World of Warcraft server emulator that simulates a multiplayer online game world, managing player data and game logic. It functions as a modular game server framework and an NPC AI and scripting engine, providing the necessary infrastructure to host a persistent virtual environment. The system is distinguished by a modular framework that allows for the extension of core engine behavior through isolated modules and function hooks without modifying the source code. It includes a structured SQL data layer for managing authentication, character states, and world environment sett

    Implements a priority-based hierarchy for loading configuration files to override default settings.

    C++azerothcoreemulatorgame
    Auf GitHub ansehen↗8,008
  • evilmartians/lefthookAvatar von evilmartians

    evilmartians/lefthook

    7,598Auf GitHub ansehen↗

    Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version control events. It automates the execution of linters, tests, and formatters to validate changes and maintain code quality before commits or pushes. The project distinguishes itself through a parallel execution model that runs multiple shell commands concurrently to reduce latency. It supports complex configuration management, including the ability to merge global, remote, and local settings and synchronize configurations from external repositories to standardize development env

    Merges global, remote, and local configuration files to support environment-specific overrides of hook behaviors.

    Gogitgogolang
    Auf GitHub ansehen↗7,598
  • mycroftai/mycroft-coreAvatar von MycroftAI

    MycroftAI/mycroft-core

    6,613Auf GitHub ansehen↗

    Mycroft Core ist eine Open-Source-Sprachassistentenplattform, die gesprochene Befehle verarbeitet und modulare Skills für Aufgaben wie Heimautomatisierung und Informationsabruf ausführt. Es basiert auf einem Cloud-gekoppelten Geräte-Framework, bei dem ein Sprachassistent-Gerät über einen gesprochenen Kopplungscode mit einem Cloud-Konto verknüpft wird, um API-Schlüssel und Skills zu synchronisieren. Die Plattform arbeitet über eine Intent-Parsing-Pipeline, die Spracherkennung, Intent-Extraktion und Skill-Matching verarbeitet, alles koordiniert durch eine Message-Bus-Architektur, die Sprachverarbeitung, Skill-Ausführung und Audioausgabe entkoppelt. Eine Wake-Word-Engine ermöglicht die ständige Erfassung von Befehlen, während die Text-to-Speech-Synthese Antworten mithilfe konfigurierbarer Sprach-Engines in hörbare Sprache umwandelt. Die Konfiguration wird über ein mehrschichtiges System verwaltet, das Einstellungen aus mehreren Dateien in einer definierten Überschreibungsreihenfolge lädt und zusammenführt, sodass benutzerdefinierte Anpassungen die Standardeinstellungen außer Kraft setzen können. Benutzer können Standard-Cloud-Service-Anmeldeinformationen durch eigene API-Schlüssel für einen unabhängigen Betrieb ersetzen, und Skills werden als unabhängige Plugins geladen, die Intents und Handler registrieren, ohne dass Kernänderungen erforderlich sind.

    Ships a multi-layer configuration system that merges settings from multiple files with a defined override order.

    Python
    Auf GitHub ansehen↗6,613
  1. Home
  2. Development Tools & Productivity
  3. Configuration Layering Systems