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.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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