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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cristalhq avatar

cristalhq/aconfig

0
View on GitHub↗
634 stele·42 fork-uri·Go·MIT·6 vizualizări

Aconfig

Simple, useful and opinionated config loader.

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Gestionarea configurației - Simple configuration loader.

Istoric stele

Graficul istoricului de stele pentru cristalhq/aconfigGraficul istoricului de stele pentru cristalhq/aconfig

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Aconfig

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Aconfig.
  • agilira/argusAvatar agilira

    agilira/argus

    170Vezi pe GitHub↗

    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
    Vezi pe GitHub↗170
  • alecthomas/kongAvatar alecthomas

    alecthomas/kong

    2,976Vezi pe GitHub↗

    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
    Vezi pe GitHub↗2,976
  • adrg/xdgAvatar adrg

    adrg/xdg

    1,002Vezi pe GitHub↗

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

    Gocross-platformgogolang
    Vezi pe GitHub↗1,002
  • andreiavrammsd/configAvatar andreiavrammsd

    andreiavrammsd/config

    0Vezi pe GitHub↗

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

    Goconfigurationenvironmentgolang
    Vezi pe GitHub↗0
Vezi toate cele 30 alternative pentru Aconfig→

Întrebări frecvente

Ce face cristalhq/aconfig?

Simple, useful and opinionated config loader.

Care sunt principalele funcționalități ale cristalhq/aconfig?

Principalele funcționalități ale cristalhq/aconfig sunt: Configuration Management, Gestionarea configurației.

Care sunt câteva alternative open-source pentru cristalhq/aconfig?

Alternativele open-source pentru cristalhq/aconfig includ: andreiavrammsd/config — Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes. antham/envh — Go helpers to manage environment variables. 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… atelpis/enflag — Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies.