alxrt / gen_config

Erlang configuration engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gen_config

Erlang configuration engine

Usage

gen_config

  • load(Filename)

    Loads config

  • g(Key)

    Returns value of key or keypath with {ok,Value}

  • get_value(Key)

    Returns value of key or keypath with Value

About

Erlang configuration engine

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Erlang 100.0%