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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gurkankaymak avatar

gurkankaymak/hocon

0
View on GitHub↗
92 stele·20 fork-uri·Go·MIT·1 vizualizare

Hocon

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

Features

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

Istoric stele

Graficul istoricului de stele pentru gurkankaymak/hoconGraficul istoricului de stele pentru gurkankaymak/hocon

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 Hocon

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Hocon.
  • 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 Hocon→

Întrebări frecvente

Ce face gurkankaymak/hocon?

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

Care sunt principalele funcționalități ale gurkankaymak/hocon?

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

Care sunt câteva alternative open-source pentru gurkankaymak/hocon?

Alternativele open-source pentru gurkankaymak/hocon 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.