Persist Config v0.1.0 PersistConfig View Source
Persists the project configuration and puts the configured application in module attribute :app or in a module attribute of your choice.
Usage
use PersistConfig
@attr Application.get_env(@app, :attr)
use PersistConfig, app: :my_app
@my_attr Application.get_env(@my_app, :my_attr)