Skip to content

quanterall/purescript-erl-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-erl-env

Library for fetching values set with, for example, Config in Elixir.

Examples

With Config setting the following

config :my_app, my_key: "my_value"

You can fetch the value with

import Env as Env

fetchesValue :: Effect String
fetchesValue = Env.getEnv (atom "my_app") (atom "my_key")

About

Library for fetching application env values

Resources

Stars

Watchers

Forks

Packages

No packages published