Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 561 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 561 Bytes

lein-cprop

A Leiningen plugin for generating cprop configuration for Luminus.

Clojars Project

Usage

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.