0.0.1 • Published 7 years ago

dotenv-run v0.0.1

Weekly downloads
39
License
MIT
Repository
github
Last release
7 years ago

dotenv-run

Use the .env for environment variables when running a command.

Usage

Run react-scripts build with the .env variables as environment variables.

setenv react-scripts build

Run react-scripts build with the .env.prod variables as environment variables.

NODE_ENV=prod setenv react-scripts build