config4k / config4k

A Kotlin wrapper for Typesafe Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config4k

Build Status codecov ktlint Maven Central Sonatype Nexus (Snapshots) javadoc GitHub

Config for Kotlin.

Config4k is a lightweight Typesafe Config wrapper for Kotlin and inspired by ficus, providing simple extension functions Config.extract<T> and Any.toConfig to convert between Config and Kotlin Objects.

Documentation

For more information see the documentation

Snapshots

All snapshot artifacts are available in the Sonatype snapshots repository.

Contribute

Would you like to contribute to Config4k?
Take a look at CONTRIBUTING.md

About

A Kotlin wrapper for Typesafe Config

License:Apache License 2.0


Languages

Language:Kotlin 99.5%Language:Java 0.5%