enux
Config loader
A utility package that loads and validates configuration variables from multiple file formats at runtime.
utility package for loading, validating and documenting your app's configuration variables from env, json, jsonc and toml files at runtime and injecting them into your environment
3 stars
3 watching
0 forks
Language: Elixir
last commit: 6 months ago
Linked from 1 awesome list
configurationelixirelixir-langenvenvironmentjsonjsoncruntimetoml
Related projects:
Repository | Description | Stars |
---|---|---|
nebo15/confex | A helper library to fetch values from any configuration source at run-time | 304 |
joshbetz/config | A Go configuration library that loads and reloads settings from files and environment variables on signal changes. | 215 |
cristalhq/aconfig | A simple and versatile configuration loader for Go applications. | 551 |
go-simpler/env | A package that simplifies loading environment variables into configuration structures in Go applications. | 66 |
miladabc/gonfig | A package that loads configuration values from various sources into typesafe structs in a structured and flexible way. | 9 |
avdi/dotenv_elixir | An Elixir module that loads environment variables from a .env file into the process environment when started. | 230 |
heetch/confita | A library that loads configuration from multiple backends into a structured format | 495 |
nil-go/konf | A minimalist configuration loader that supports multiple sources and notification of changes. | 239 |
sherifabdlnaby/configuro | A configuration loading framework for containerized and cloud-native applications | 95 |
vrischmann/envconfig | A library to parse configuration from environment variables and fill structs. | 241 |
philnash/envyable.cr | Loads configuration from YAML files into an ENV hash | 6 |
kamillelonek/figaro-elixir | An Elixir-based tool for managing environment-specific configuration variables from a git-ignored YAML file. | 10 |
marcscheib/aurelia-environment | A plugin that allows replacing hard-coded configuration with environment variables in JavaScript applications. | 6 |
pjlamb12/runtime-config-loader | An Angular library that provides an easy way to load and manage runtime configuration values | 35 |
philnash/envyable | Loads YAML configuration files into the environment variables of an application. | 78 |