aconfig
Config loader
A simple and versatile configuration loader for Go applications.
Simple, useful and opinionated config loader.
551 stars
9 watching
33 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
command-lineconfigconfigurationconfiguration-filesdependency-freeenvironmentenvironment-variablesgogolangjsontomlyaml
Related projects:
Repository | Description | Stars |
---|---|---|
go-simpler/env | A package that simplifies loading environment variables into configuration structures in Go applications. | 66 |
nil-go/konf | A minimalist configuration loader that supports multiple sources and notification of changes. | 239 |
miladabc/gonfig | A package that loads configuration values from various sources into typesafe structs in a structured and flexible way. | 9 |
joshbetz/config | A Go configuration library that loads and reloads settings from files and environment variables on signal changes. | 215 |
sherifabdlnaby/configuro | A configuration loading framework for containerized and cloud-native applications | 95 |
alecthomas/kong-hcl | A Go package for loading configuration files in the Hiero Configuration Language (HCL) format into a structured data model. | 8 |
soniah/awsenv | A tool to load AWS environment variables from a configuration file | 35 |
heetch/confita | A library that loads configuration from multiple backends into a structured format | 495 |
gookit/config | A configuration management library for Go applications | 539 |
massivefermion/enux | A utility package that loads and validates configuration variables from multiple file formats at runtime. | 3 |
jagerente/gocfg | A configuration management library for Go programs. | 6 |
kkyr/fig | A library to manage application configurations in Go. | 380 |
go-gcfg/gcfg | A Go library that reads INI-style configuration files into data structures | 168 |
borudar/configuration | A configuration library for Go programs that supports multiple data sources and types | 108 |
ian-kent/gofigure | Tool for easy configuration of Go applications with support for environment variables and command line flags. | 68 |