@dotenv-run/core

Load environment variables with monorepo support using .env files

npmmacoslinuxwindows
Try with needOr install directly
Source

About

core library to load environment variables with monorepo support

Commands

dotenv-run

Examples

Run a command with environment variables loaded from .env file$ dotenv-run node app.js
Load env vars from specific .env file and execute script$ dotenv-run -f .env.production npm start
Execute command with monorepo workspace support$ dotenv-run --monorepo yarn dev