environment-variables
There are 2148 repositories under environment-variables topic.
motdotla/dotenv
Loads environment variables from .env for nodejs projects.
Infisical/infisical
♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
vlucas/phpdotenv
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
joho/godotenv
A Go port of Ruby's dotenv library (Loads environment variables from .env files)
theskumar/python-dotenv
Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.
caarlos0/env
A simple, zero-dependencies library to parse environment variables into structs
dynaconf/dynaconf
Configuration Management for Python ⚙
dotenvx/dotenvx
a better dotenv–from the creator of `dotenv`
HBNetwork/python-decouple
Strict separation of config from code.
mozilla/node-convict
Featureful configuration management library for Node.js
rubyconfig/config
Easiest way to add multi-environment yaml settings to Rails, Sinatra, Padrino and other Ruby projects.
ilyakaznacheev/cleanenv
✨Clean and minimalistic environment configuration reader for Golang
toddbluhm/env-cmd
Setting environment variables from a file
mrsteele/dotenv-webpack
A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use.
sloria/environs
simplified environment variable parsing
Incenteev/ParameterHandler
Composer script handling your ignored parameter file
weavejester/environ
Library for managing environment variables in Clojure
kerimdzhanov/dotenv-flow
Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects.
goatandsheep/react-native-dotenv
Load react native environment variables using import statements for multiple env files.
KATT/envsafe
🔒 Makes sure you don't accidentally deploy apps with missing or invalid environment variables.
a8m/envsubst
Environment variables substitution for Go
envkey/envkey
Simple, end-to-end encrypted configuration and secrets management
Netflix/go-env
a golang library to manage environment variables
evanshortiss/env-var
Verification, sanitization, and type coercion for environment variables in Node.js
phasehq/console
Application secrets and configuration management for developers.
cristalhq/aconfig
Simple, useful and opinionated config loader.
cdimascio/dotenv-kotlin
🗝️ Dotenv is a module that loads environment variables from a .env file
cdimascio/dotenv-java
🗝️ Dotenv is a no-dep, pure Java module that loads environment variables from a .env file
mattrighetti/envelope
An environment variables cli tool backed by SQLite
luqmanoop/sync-dotenv
Keep your .env in sync with .env.example
tonerdo/dotnet-env
A .NET library to load environment variables from .env files
hynek/environ-config
Python Application Configuration With Environment Variables
SpicyPizza/create-envfile
Github Action to create a .env file with Github Secrets
kkyr/fig
A minimalist Go configuration library
lostfictions/znv
Type-safe environment parsing and validation for Node.js with Zod schemas
golobby/config
A lightweight yet powerful configuration manager for the Go programming language