Get the latest tech news
Show HN: Dotenv, if it is a Unix utility
Standalone, language agnostic dotenv. Contribute to gyf304/dotenv development by creating an account on GitHub.
Prefix any command with dotenv to load environment variables from a file named.env in the current directory. Alternatively put dotenv in the shebang line of a script to automatically load environment variables. The dotenv utility reads a file (by default.env in the current directory) and loads the environment variables from it.
Or read this on Hacker News