View Source Dotenvy.Parser (Dotenvy v0.9.0)
This module handles the parsing of the contents of .env
files into maps with
string keys. See Dotenv File Format for details
on the supported file format.
This implementation uses parsing over regular expressions for most of its work.
Summary
Functions
Parse the given contents
, substituting and merging with the given vars
.
Functions
Parse the given contents
, substituting and merging with the given vars
.