This is a port of @bkeepers' dotenv project to Elixir. You can read more about dotenv on that project's page. The short version is that it simplifies developing projects where configuration is stored in environment variables (e.g. projects intended to be deployed to Heroku). WARNING: Not compatible with Elixir releases Elixir has an excellent configuration system and this dotenv implementation has