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)
Run commands with environment variables loaded
$ npm install dotenv-cli
$ 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)