env
config parser
Library to parse environment variables into structs
A simple, zero-dependencies library to parse environment variables into structs
5k stars
28 watching
255 forks
Language: Go
last commit: 7 days ago
Linked from 2 awesome lists
configconfigurationenvironmentenvironment-variablesgogolanghacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
fernandolguevara/deno-envconfig | A TypeScript library for parsing and generating environment variable configurations. | 2 |
vrischmann/envconfig | A library to parse configuration from environment variables and fill structs. | 241 |
kaw0/envvariablesgenerator | Generates code to access environment variables from an .env file | 3 |
kelseyhightower/envconfig | A library that provides environment variable support in Go applications | 5,083 |
sloria/environs | A library for parsing and managing environment variables in Python applications. | 1,219 |
nasermirzaei89/env | A package to access environment variables in Go | 18 |
softprops/envy | Deserializes environment variables into typesafe structs with Rust | 866 |
codingconcepts/env | A tool for loading environment variables into Go structs in a flexible and type-safe manner. | 114 |
motdotla/dotenv | Loads environment variables from a configuration file into the application's environment | 19,255 |
ph3at/libenvpp | A modern C++ library for type-safe environment variable parsing and validation. | 130 |
igorissen/angular-env-builder | Generates environment variables in Angular projects based on configuration settings. | 1 |
bkeepers/dotenv | A Ruby gem that loads environment variables from a .env file into the application's environment. | 6,603 |
diegomarangoni/typenv | A minimalistic typed environment variables library for Go that supports various data types and provides flexible configuration options. | 9 |
tomazk/envcfg | Unmarshaling environment variables to Go structs | 103 |
ian-kent/envconf | Tools to configure Go applications from environment variables. | 11 |