README.md

# SystemEnv

[![CI](https://github.com/combo-lab/system_env/actions/workflows/ci.yml/badge.svg)](https://github.com/combo-lab/system_env/actions/workflows/ci.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/system_env.svg)](https://hex.pm/packages/system_env)

Helpers for handling OS environment variables.

## Features

- cast values of environment variables
- provide user-friendly error messages
- ...

## Installation

Add `:system_env` to the list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:system_env, "<requirement>"}
  ]
end
```

## Usage

For more information, see the [documentation](https://hexdocs.pm/system_env).

## License

Apache License 2.0