envconfig
config parser
A library to parse configuration from environment variables and fill structs.
Small library to read your configuration from environment variables
241 stars
8 watching
30 forks
Language: Go
last commit: about 3 years ago
Linked from 2 awesome lists
configurationgogolang
Related projects:
Repository | Description | Stars |
---|---|---|
fernandolguevara/deno-envconfig | A TypeScript library for parsing and generating environment variable configurations. | 2 |
ian-kent/envconf | Tools to configure Go applications from environment variables. | 11 |
go-simpler/env | A package that simplifies loading environment variables into configuration structures in Go applications. | 66 |
tomazk/envcfg | Unmarshaling environment variables to Go structs | 103 |
go-gcfg/gcfg | A Go library that reads INI-style configuration files into data structures | 168 |
ilyakaznacheev/cleanenv | A tool to read and manage environment configuration from files and variables | 1,661 |
antham/envh | Provides a way to manage environment variables in a hierarchical configuration format | 99 |
lytics/confl | A config parser with lenient syntax and comments similar to Nginx format. | 138 |
nasermirzaei89/env | A package to access environment variables in Go | 18 |
sasbury/mini | A package that parses and interprets configuration files in the ini style. | 35 |
num30/config | A package for declarative configuration in Go | 50 |
jagerente/gocfg | A configuration management library for Go programs. | 6 |
ddiidev/ini-v | A module for parsing and serializing configuration files in various formats | 5 |
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 |