API Reference Dotenvy v0.1.0

Modules

Dotenvy is an Elixir implementation of the original dotenv Ruby gem.

This module handles the parsing of the contents of .env files into maps with string keys. This implementation cleaves closely to the original dotenv package, but it is not a direct match (by design).

Helps cast string values read from the System into values usable by the app.