A simple configuration library for Scala and Scala.js with an API compatible to Typesafe config. The Scala/JVM backend is just a wrapper around the Typesafe config library.
Add one of the following entries to your build.sbt
(depending on your target):
Scala/JVM:
libraryDependencies += "biz.enef" %% "sconfig" % "0.1.0"
Scala.js:
libraryDependencies += "biz.enef" %%% "sconfig" % "0.1.0"
This code is open source software licensed under the MIT License.