README.md

# CozyEnv

[![CI](https://github.com/cozy-elixir/cozy_env/actions/workflows/ci.yml/badge.svg)](https://github.com/cozy-elixir/cozy_env/actions/workflows/ci.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/cozy_env.svg)](https://hex.pm/packages/cozy_env)
[![built with Nix](https://img.shields.io/badge/built%20with%20Nix-5277C3?logo=nixos&logoColor=white)](https://builtwithnix.org)

> Helpers for handling OS environment variables.

It helps to:

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

## Installation

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

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

## Usage

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

## License

Apache License 2.0