awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
chaindead avatar

chaindead/zerocfg

0
View on GitHub↗
200 星标·9 分支·Go·MIT·1 次浏览pkg.go.dev/github.com/chaindead/zerocfg↗

Zerocfg

Zero-effort, concise configuration management that avoids boilerplate and repetitive actions.

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • 配置管理 - Concise configuration management with priority overrides.

Star 历史

chaindead/zerocfg 的 Star 历史图表chaindead/zerocfg 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Zerocfg 的开源替代方案

相似的开源项目,按与 Zerocfg 的功能重合度排序。
  • agilira/argusagilira 的头像

    agilira/argus

    170在 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
    在 GitHub 上查看↗170
  • alecthomas/kongalecthomas 的头像

    alecthomas/kong

    2,976在 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
    在 GitHub 上查看↗2,976
  • adrg/xdgadrg 的头像

    adrg/xdg

    1,002在 GitHub 上查看↗

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

    Gocross-platformgogolang
    在 GitHub 上查看↗1,002
  • andreiavrammsd/configandreiavrammsd 的头像

    andreiavrammsd/config

    0在 GitHub 上查看↗

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

    Goconfigurationenvironmentgolang
    在 GitHub 上查看↗0
查看 Zerocfg 的所有 30 个替代方案→

常见问题解答

chaindead/zerocfg 是做什么的?

Zero-effort, concise configuration management that avoids boilerplate and repetitive actions.

chaindead/zerocfg 的主要功能有哪些?

chaindead/zerocfg 的主要功能包括:Configuration Management, 配置管理。

chaindead/zerocfg 有哪些开源替代品?

chaindead/zerocfg 的开源替代品包括: 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.