/sconfig-old

A simple configuration library for Scala and Scala.js.

Primary LanguageScalaMIT LicenseMIT

sconfig

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.

Getting Started

sbt settings

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"

License

This code is open source software licensed under the MIT License.