Skip to content

Configuration manager for dynamic Elixir config values.

License

Notifications You must be signed in to change notification settings

InQuicker/config-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Configuration manager for dynamic Elixir config values.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages