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
- Host: GitHub
- URL: https://github.com/luminus-framework/lein-cprop
- Owner: luminus-framework
- Created: 2016-02-28T04:20:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T00:10:45.000Z (about 9 years ago)
- Last Synced: 2025-10-08T21:26:14.645Z (9 months ago)
- Language: Clojure
- Size: 2.93 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lein-cprop
A Leiningen plugin for generating cprop configuration for Luminus.
[](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.