An open API service indexing awesome lists of open source software.

https://github.com/luminus-framework/lein-cprop

Leiningen plugin for generating cprop configuration for Luminus
https://github.com/luminus-framework/lein-cprop

Last synced: 8 months ago
JSON representation

Leiningen plugin for generating cprop configuration for Luminus

Awesome Lists containing this project

README

          

# lein-cprop

A Leiningen plugin for generating cprop configuration for Luminus.

[![Clojars Project](https://clojars.org/lein-cprop/latest-version.svg)](https://clojars.org/lein-cprop)

## Usage

Add the plugin in your `project.clj` `:plugins` vector:

```clojure
:plugins [[lein-cprop "latest-version"]]
```

You can optionally specify the name of the output file as follows:

```clojure
: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.