Simple lib to parse environment variables to structs
-
Updated
Oct 27, 2020 - Go
{{ message }}
Simple lib to parse environment variables to structs
Featureful configuration management library for Node.js
Strict separation of config from code.
A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use.
Composer script handling your ignored parameter file
Setting environment variables from a file
Library for managing environment variables in Clojure
simplified environment variable parsing
Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects.
Keep your .env in sync with .env.example
Ensures presence and type of your app's ENV-variables (mirror)
Easy to use environment variables for Ionic3!
Useful helper to read and use application configuration from environment variables.
Simple config properties API for Kotlin
Use `now.json` environment variables while developing
[Utility] Push and pull heroku environment variables to your local env
Load environment variables from `.env` or `io.Reader` in Go.
Write a Godoc example test to show how to use all of the supported library tags.
Python Application Configuration With Environment Variables
direnv integration for emacs
Inject env vars for your Nuxt app at runtime
a golang library to manage environment variables
Verification, sanitization, and type coercion for environment variables in Node.js
A .NET library to load environment variables from .env files
Go package for populating structs from environment variables using struct tags
Envy automatically exposes environment variables for all of your Go flags
Add a description, image, and links to the environment-variables topic page so that developers can more easily learn about it.
To associate your repository with the environment-variables topic, visit your repo's landing page and select "manage topics."
Hi,
thank you for the library. It really improved the way I approach configuration files.
Finally I have types and proper sections.
What I am missing is schema: I would love to be able to enforce that some parameters are obligatory, their type and provide a description, also raise an exception if there is some unknown parameter is configured.
I think I could use something like
marshmallow