8000 GitHub - nuex/envloader: An Erlang .env environment variable file loader.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nuex/envloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envloader

This is an attempt at getting Erlang support for loading .env files for configuring the system environment within an Erlang app.

Envloader uses the same regex for parsing .env files as the the original dotenv Ruby library.

Usage

application:start(envloader).

The .env in the current working directory will be automatically loaded.

About

An Erlang .env environment variable file loader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0