dotenv_elixir
Env loader
An Elixir module that loads environment variables from a .env file into the process environment when started.
A port of dotenv to Elixir
230 stars
3 watching
27 forks
Language: Elixir
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
einar-hjortdal/dotenv | A tool to load environment variables from a configuration file for development purposes. | 1 |
chihab/dotenv-run | A collection of packages that provide seamless loading of environment variables from .env files across multiple development tools and frameworks. | 251 |
zztkm/vdotenv | A module to read environment variables from configuration files | 35 |
subosito/gotenv | A package that loads environment variables from files or io.Reader in Go. | 300 |
cardosomarcos/deno-dotenv | A utility for loading environment variables from a configuration file in Deno projects | 8 |
szkiba/xk6-dotenv | An extension for k6 that loads environment variables from a .env file | 29 |
emadalam/mahaul | A library to parse and validate environment variables with compile-time access guarantees in Elixir applications. | 22 |
znd4/pdm-dotenv | A plugin for package managers to load environment variables from files | 13 |
massivefermion/enux | A utility package that loads and validates configuration variables from multiple file formats at runtime. | 3 |
ladjs/dotenv-extended | Manages environment-specific variables and default values for applications | 2 |
dotenv-linter/dotenv-linter | A tool that checks and fixes .env files to prevent environmental issues in applications | 1,835 |
alexdesousa/hab | Automatically loads and unloads environment variables and functions based on directory changes and file edits | 10 |
nasermirzaei89/env | A package to access environment variables in Go | 18 |
ellisonleao/dotenv.nvim | A Neovim plugin to load and manage environment variables from a .env file. | 41 |
decryptus/json-dotenv | Manipulates and extracts environment variables from JSON-formatted files | 8 |