module

Dotenv

Simple, robust dotenv implementation for Crystal

Constants

VERSION = "0.1.0"

Class methods

load(paths : Array(String), override = true) : Hash(String, String)

Load from multiple files - fix the method signature

Source
load(path = ".env", override = true) : Hash(String, String)

Load environment variables from a file

Source
load_multiple(*paths, override = true) : Hash(String, String)

Alternative method for multiple files with splat

Source

Nested types