Persist Config v0.1.7 PersistConfig View Source
Persists your configuration file and puts the app in module attribute :app or in one 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)