clj-simple-config

Tired of writing the same simple config namespace? Simple config is designed to do the basics

Leiningen/Boot

[clj-simple-config "0.1.0"]

Clojure CLI/deps.edn

clj-simple-config/clj-simple-config {:mvn/version "0.1.0"}

Gradle

implementation("clj-simple-config:clj-simple-config:0.1.0")

Maven

<dependency>
  <groupId>clj-simple-config</groupId>
  <artifactId>clj-simple-config</artifactId>
  <version>0.1.0</version>
</dependency>