lein-with-env-vars

A Leiningen plugin for performing a task with environment variable settings loaded from project.clj

Leiningen/Boot

[lein-with-env-vars "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

lein-with-env-vars/lein-with-env-vars {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("lein-with-env-vars:lein-with-env-vars:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>lein-with-env-vars</groupId>
  <artifactId>lein-with-env-vars</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>