Load environment variables from .env, .env.local, .env.production, etc. when running a npm or yarn command
A webpack plugin that allows you to securely use environment variables within your javascript web application, loading them using dotenv-flow's `.env*` files loading strategy.
A global executable to run applications with the ENV variables loaded by dotenv
TypeScript definitions for cypress-dotenv
Rollup plugin that loads available .env files and replaces the defined variables with their values
Compose a envfile string from an object, per the motdotla/dotenv parser specifications
Process dotenv files in an arbitrary location & optionally populate environment variables.
Environment Variables Compatible
Write updates to a .env file
Run your scripts with dotenv variables
Telegram bridge bot to run local Codex/Claude CLIs
Load environment variables using import statements.
Add command substitution to dotenv
Loads .env-variables into process.env
Edit a .env file string with preserved whitespace.
Use [dotenv](https://github.com/motdotla/dotenv) to load environment variables from your project `.env` files. See Snowpack's [Environment Variables](https://www.snowpack.dev/reference/environment-variables) documentation to learn more.
Automatic static (build-time) or runtime environment variables injection for [Next.js](https://github.com/zeit/next.js).
Load, add, update or remove variables from both your .env file and process.env at runtime
Load environment variables dynamically for your React applications created with CRA (Create-React-App).
Create React App style dotenv support for Node projects.
ESM version of the popular dotenv npm package
Encrypt and decrypt individual lines inside a .env file. Supports multiple encryption keys. Keys and dotenv files can be read text file or read from the environment.
Moved to https://www.npmjs.com/package/@dotenv/cli
A secure rspack plugin that supports dotenv and other environment variables and only exposes what you choose and use.