Module env

Module env 

Source
Expand description

Environment file parsing utilities

Supports direnv-style .env files with layered loading.

Functionsยง

expand_path
Expand ~ to home directory in path
load_env_files
Loads environment variables from list of env files.
parse_env_file
Parse a .env file (direnv style) and return key-value pairs