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
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
andreiavrammsd avatar

andreiavrammsd/config

0
View on GitHub↗
0 Stars·0 Forks·Go·MIT·4 Aufrufe

Config

Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Konfigurationsmanagement - Struct-based configuration loader with validation.

Star-Verlauf

Star-Verlauf für andreiavrammsd/configStar-Verlauf für andreiavrammsd/config

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Config

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Config.
  • agilira/argusAvatar von agilira

    agilira/argus

    170Auf GitHub ansehen↗

    High-performance configuration management framework for Go applications with zero-allocation performance, universal format support (JSON, YAML, TOML, HCL, INI, Properties), and an ultra-fast CLI powered by Orpheus.

    Goagilira-orpheuscliconfiguration-management
    Auf GitHub ansehen↗170
  • alecthomas/kongAvatar von alecthomas

    alecthomas/kong

    2,976Auf GitHub ansehen↗

    Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg

    Gocommand-linecommandsflags
    Auf GitHub ansehen↗2,976
  • adrg/xdgAvatar von adrg

    adrg/xdg

    1,002Auf GitHub ansehen↗

    Go implementation of the XDG Base Directory Specification and XDG user directories

    Gocross-platformgogolang
    Auf GitHub ansehen↗1,002
  • antham/envhAvatar von antham

    antham/envh

    100Auf GitHub ansehen↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    Auf GitHub ansehen↗100
Alle 30 Alternativen zu Config anzeigen→

Häufig gestellte Fragen

Was macht andreiavrammsd/config?

Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes

Was sind die Hauptfunktionen von andreiavrammsd/config?

Die Hauptfunktionen von andreiavrammsd/config sind: Configuration Management, Konfigurationsmanagement.

Welche Open-Source-Alternativen gibt es zu andreiavrammsd/config?

Open-Source-Alternativen zu andreiavrammsd/config sind unter anderem: antham/envh — Go helpers to manage environment variables. atelpis/enflag — Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies. alecthomas/kong — Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments… adrg/xdg — Go implementation of the XDG Base Directory Specification and XDG user directories. agilira/argus — High-performance configuration management framework for Go applications with zero-allocation performance, universal… azure/appconfiguration-goprovider — The configuration provider for consuming data in Azure App Configuration from Go applications.