How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
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.
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
A Client library to use the Unleash platform in your NestJS Apps to manage the feature flags.
Go implementation of the XDG Base Directory Specification and XDG user directories
🔍 Load environment variables into a config struct
The main features of go-simpler/env are: Configuration Management.
Projects with overlapping indexed features include: agilira/argus — High-performance configuration management framework for Go applications with zero-allocation performance, universal… alecthomas/kong — Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments… alpha018/nestjs-unleash-client — A Client library to use the Unleash platform in your NestJS Apps to manage the feature flags. andreiavrammsd/config — Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes. angristan/nginx-autoinstall — Compile and install NGINX from source with optional features, modules and patches. adrg/xdg — Go implementation of the XDG Base Directory Specification and XDG user directories.