A Leiningen plugin for generating cprop configuration for Luminus.
Add the plugin in your project.clj
:plugins
vector:
:plugins [[lein-cprop "latest-version"]]
You can optionally specify the name of the output file as follows:
:cprop {:config-file "user.edn"}
The plugin will generate a user.edn
configuration map based on the properties found in the profile that Leiningen is run with.