envconf
Env config tool
Tools to configure Go applications from environment variables.
Configure Go applications from the environment
11 stars
2 watching
5 forks
Language: Go
last commit: about 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ian-kent/gofigure | Tool for easy configuration of Go applications with support for environment variables and command line flags. | 68 |
syntaqx/env | A utility package for working with environment variables in Go programs | 6 |
nasermirzaei89/env | A package to access environment variables in Go | 18 |
vrischmann/envconfig | A library to parse configuration from environment variables and fill structs. | 241 |
go-simpler/env | A package that simplifies loading environment variables into configuration structures in Go applications. | 66 |
diegomarangoni/typenv | A minimalistic typed environment variables library for Go that supports various data types and provides flexible configuration options. | 9 |
antham/envh | Provides a way to manage environment variables in a hierarchical configuration format | 99 |
fernandolguevara/deno-envconfig | A TypeScript library for parsing and generating environment variable configurations. | 2 |
tomazk/envcfg | Unmarshaling environment variables to Go structs | 103 |
shyiko/dotenv | A configuration library for Java applications that loads environment variables from files or system variables | 46 |
gookit/ini | A library for managing configuration data in Go applications | 85 |
ilyakaznacheev/cleanenv | A tool to read and manage environment configuration from files and variables | 1,661 |
thomasobenaus/go-conf | Library to simplify configuration management in Go applications | 11 |
sakirsensoy/genv | A Go library that simplifies access to environment variables in projects. | 39 |
codingconcepts/env | A tool for loading environment variables into Go structs in a flexible and type-safe manner. | 114 |