Loads environment variables from .env for nodejs projects.
-
Updated
Jul 31, 2026 - JavaScript
.env (dotenv) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, it’s commonly prevented from being tracked by version control.
Loads environment variables from .env for nodejs projects.
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
A Go port of Ruby's dotenv library (Loads environment variables from .env files)
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.
a secure dotenv–from the creator of `dotenv`
AI-safe .env files: Schemas for agents, Secrets for humans.
Registers environment variables from a .env file
💥 A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication
⚡️Lightning-fast linter for .env files. Written in Rust 🦀
A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use.
A Babel preset let you import application configs from .env file (zero runtime dependency)
Application secrets and configuration management for developers.
Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects.
Load .env into React Native - with support for multiple .env files.
Config module for nestjs using dotenv 🔑
🗝️ Dotenv is a no-dep, pure Java module that loads environment variables from a .env file
Verification, sanitization, and type coercion for environment variables in Node.js