cleanenv
config reader
A tool to read and manage environment configuration from files and variables
✨Clean and minimalistic environment configuration reader for Golang
2k stars
9 watching
115 forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists
configurationenvironment-configurationenvironment-variableshacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
go-simpler/env | A package that simplifies loading environment variables into configuration structures in Go applications. | 66 |
vrischmann/envconfig | A library to parse configuration from environment variables and fill structs. | 241 |
dsbasko/go-cfg | A unified configuration library for reading data from various sources. | 42 |
joshbetz/config | A Go configuration library that loads and reloads settings from files and environment variables on signal changes. | 215 |
olebedev/config | Provides methods to access and manipulate configuration data stored in JSON or YAML files. | 267 |
gookit/ini | A library for managing configuration data in Go applications | 85 |
ian-kent/envconf | Tools to configure Go applications from environment variables. | 11 |
nasermirzaei89/env | A package to access environment variables in Go | 18 |
lalamove/konfig | A composable and observable configuration handling package for Go, supporting multiple sources and formats. | 648 |
go-gcfg/gcfg | A Go library that reads INI-style configuration files into data structures | 168 |
antham/envh | Provides a way to manage environment variables in a hierarchical configuration format | 99 |
cristalhq/aconfig | A simple and versatile configuration loader for Go applications. | 551 |
num30/config | A package for declarative configuration in Go | 50 |
shyiko/dotenv | A configuration library for Java applications that loads environment variables from files or system variables | 46 |
borudar/configuration | A configuration library for Go programs that supports multiple data sources and types | 108 |