README.md
# SystemEnv
[](https://github.com/combo-lab/system_env/actions/workflows/ci.yml)
[](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