README.md
# CozyEnv
[](https://github.com/cozy-elixir/cozy_env/actions/workflows/ci.yml)
[](https://hex.pm/packages/cozy_env)
[](https://builtwithnix.org)
> Helpers for handling OS environment variables.
It helps to 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