Load environment variables with monorepo support using .env files
core library to load environment variables with monorepo support
dotenv-run
$ dotenv-run node app.js
$ dotenv-run -f .env.production npm start
$ dotenv-run --monorepo yarn dev