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

2 repos

Awesome GitHub RepositoriesConfiguration Patterns

Architectural approaches for managing object state, lifecycle, and instance-specific settings.

Distinguishing note: Focuses on encapsulation and independent instance management rather than global configuration.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Configuration Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Configuration Patterns

Awesome Configuration Patterns GitHub Repositories

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

    curl/curl

    40,877View on GitHub↗

    Curl is a command-line tool and portable library for transferring data across a wide range of network protocols. It functions as a unified engine that abstracts diverse communication standards, allowing users and developers to move files and information between servers using a consistent interface. The project provides both a versatile command-line client for terminal-based automation and a stable programmatic interface for integrating complex network operations into applications. The system is distinguished by its protocol-agnostic core and its ability to manage both synchronous and asynchro

    Transfer settings and connection parameters are encapsulated into discrete objects that define the behavior of specific network operations.

    Ccclientcurl
    40,877View on GitHub↗
  • charmbracelet/bubbletea

    charmbracelet/bubbletea

    39,656View on GitHub↗

    This framework provides a functional architecture for building interactive command-line applications. It utilizes a reactive runtime engine that synchronizes application state, user input, and visual output through a central event-driven message loop. By employing a unidirectional data flow pattern, the framework separates the definition of application state from the logic that processes updates and the declarative rendering process that transforms state into terminal-ready output. The framework distinguishes itself through its approach to side-effect management and terminal environment adapt

    A pattern for initializing complex components by passing a series of functions that modify the configuration of the runtime environment.

    Goclielm-architectureframework
    39,656View on GitHub↗