README.md

# dotenv

[![Package Version](https://img.shields.io/hexpm/v/dotenv)](https://hex.pm/packages/dotenv)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/dotenv/)

Dotenv is a port of the popular JavaScript [dotenv](https://github.com/motdotla/dotenv/blob/master/lib/main.js) package that helps you load environment variables from .env (or other) files.

> This package may support other formats in the future but for now, only supports the popular .env format

## Quick start

```sh
gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell
```

## Installation

If available on Hex this package can be added to your Gleam project:

```sh
gleam add dotenv
```

and its documentation can be found at <https://hexdocs.pm/dotenv>.