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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Jagerente avatar

Jagerente/gocfg

0
View on GitHub↗
6 stars·0 forks·Go·MIT·1 viewpkg.go.dev/github.com/Jagerente/gocfg↗

Gocfg

⚙️ Golang config manager. Control your configurations using tags, unmarshal to structs, implement and inject your own value providers and parsers.

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Configuration Management - Config manager with struct-tag contracts.

Star history

Star history chart for jagerente/gocfgStar history chart for jagerente/gocfg

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Gocfg

Similar open-source projects, ranked by how many features they share with Gocfg.
  • agilira/argusagilira avatar

    agilira/argus

    170View on 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
    View on GitHub↗170
  • alecthomas/kongalecthomas avatar

    alecthomas/kong

    2,976View on 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
    View on GitHub↗2,976
  • adrg/xdgadrg avatar

    adrg/xdg

    1,002View on GitHub↗

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

    Gocross-platformgogolang
    View on GitHub↗1,002
  • andreiavrammsd/configandreiavrammsd avatar

    andreiavrammsd/config

    0View on GitHub↗

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

    Goconfigurationenvironmentgolang
    View on GitHub↗0
See all 30 alternatives to Gocfg→

Frequently asked questions

What does jagerente/gocfg do?

⚙️ Golang config manager. Control your configurations using tags, unmarshal to structs, implement and inject your own value providers and parsers.

What are the main features of jagerente/gocfg?

The main features of jagerente/gocfg are: Configuration Management.

What are some open-source alternatives to jagerente/gocfg?

Open-source alternatives to jagerente/gocfg include: 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.