sconfig is a Typesafe Config compatible configruation library for Scala.JVM, .JS, and .Native.
Features:
- supports a subset of the config API
- compile-time loading of configuration (config can be compiled into code)
- target specific backends for configuration loading (JVM, JS, Native)
The core of sconfig is fork of the unicredit/shocon project.