README.md

# Dotenvy

[![Module Version](https://img.shields.io/hexpm/v/dotenvy.svg)](https://hex.pm/packages/dotenvy)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/dotenvy/)
[![Total Download](https://img.shields.io/hexpm/dt/dotenvy.svg)](https://hex.pm/packages/dotenvy)
[![License](https://img.shields.io/hexpm/l/dotenvy.svg)](https://hex.pm/packages/dotenvy)
[![Last Updated](https://img.shields.io/github/last-commit/fireproofsocks/dotenvy.svg)](https://github.com/fireproofsocks/dotenvy/commits/master)

`Dotenvy` is an Elixir implementation of the original [dotenv](https://github.com/bkeepers/dotenv) package, used for setting and reading configuration variables, compatible with mix and releases.

[Dotenv file format](docs/dotenv-file-format.md)

## Installation

Add `dotenvy` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:dotenvy, "~> 0.1.0"}
  ]
end
```

## Usage


See the `dotenvy` module documentation for more info!

## Image Attribution

"dot" by Stepan Voevodin from the [Noun Project](https://thenounproject.com/)