1 Run any command with a .env file for environment

github.com godoc.org goreportcard.com posted by FGM 678 days ago  

Because one cannot always modify source code to include a library to load the environment from a file, and doing it from a shell is more than arcane, I wrote this tiny `envrun` command: it will run you command with environment defaults loaded from `.env` or any env file specified, without having to modify the command itself.

Register to comment or vote on this story