Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ganemone/dotenv-cli

ganemone31MIT0.0.2

Run commands with environment variables loaded

readme

dotenv-cli

Installing

$ npm install dotenv-cli 

Usage

$ dotenv <command with arguments>

This will load the variables from the .env file in the current working directory and then run the command (using the new set of environment variables)

License

MIT