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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gurkankaymak avatar

gurkankaymak/hocon

0
View on GitHub↗

Hocon

go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config

Features

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI
Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Gestión de configuración - HOCON configuration library.
  • 92 estrellas·20 forks·Go·MIT·2 vistas

    Historial de estrellas

    Gráfico del historial de estrellas de gurkankaymak/hoconGráfico del historial de estrellas de gurkankaymak/hocon

    Alternativas open-source a Hocon

    Proyectos open-source similares, clasificados según cuántas características comparten con Hocon.
    • agilira/argusAvatar de agilira

      agilira/argus

      170Ver en 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
      Ver en GitHub↗170
    • alecthomas/kongAvatar de alecthomas

      alecthomas/kong

      2,976Ver en 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
      Ver en GitHub↗2,976
    • adrg/xdgAvatar de adrg

      adrg/xdg

      1,002Ver en GitHub↗

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

      Gocross-platformgogolang
      Ver en GitHub↗1,002
    • andreiavrammsd/configAvatar de andreiavrammsd

      andreiavrammsd/config

      0Ver en GitHub↗

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

      Goconfigurationenvironmentgolang
      Ver en GitHub↗0
    Ver las 30 alternativas a Hocon→

    Preguntas frecuentes

    ¿Qué hace gurkankaymak/hocon?

    go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config

    ¿Cuáles son las características principales de gurkankaymak/hocon?

    Las características principales de gurkankaymak/hocon son: Configuration Management, Gestión de configuración.

    ¿Qué alternativas de código abierto existen para gurkankaymak/hocon?

    Las alternativas de código abierto para gurkankaymak/hocon incluyen: 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.