Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 452 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 452 Bytes

Configuration

Configuration dynamically resolves Elixir config values and caches the resolved value back to the config for efficient use.

Installation

If available in Hex, the package can be installed by adding configuration to your list of dependencies in mix.exs:

def deps do
  [
    {:configuration, "~> 0.1.0"}
  ]
end

License

This software is licensed under MIT open source license.