dotenv-esbuild
A simple esbuild plugin to support dotenv.
A simple esbuild plugin to support dotenv.
ESM version of the popular dotenv npm package
Add command substitution to dotenv
Auto-creating .env files based on .env.defaults and .env.schema from dotenv-extended
Gracefully handle .env files
This package is intended to be a drop-in replacement for `dotenv`, but adds the following features:
dotenv-finder is a simple function that traverses the process.mainModule.paths attempting to locate a `.env` file.
Loads environment variables from `.env.[development|test|production][.local]` files
A utility library for loading local environment variables with prioritized file loading in Node.js and Vite projects. Extends dotenv functionality for better environment management in various modes like development, production, and testing.
Dead simple functional dotenv varaible type caster. No dependencies. Designed to be used with dotenv.
A tiny dotenv caster.
A command-line interface tool that modifies a .env file
Tools for .env files
parse .env file and generate js object
Modern loader for multiple .env files
This package permit to have a centralized dotenv on a monorepo. It also includes some extra features such as manipulation and saving of changes to the dotenv file, a default centralized file, and a file loader with ordering and priorities.
Multiple `.env` file supported.
This CLI is a wrapper for dotenv and will output a resultant file with the compiled environment variables in a particular language format.
Equivalent to dotenv but for json files.
dotenv 默认不会覆盖系统原有的环境变量,该包为强制版本,可以覆盖原有系统变量。 内部代码非常简单,只有以下几行: