View Source CozyEnv
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
:
def deps do
[
{:cozy_env, <requirement>}
]
end
Usage
For more information, see the documentation.
License
Apache License 2.0