From 5c8af64f4b8941f9647a24c9abeaf1052b9556b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Wed, 7 Oct 2020 15:35:47 +0200 Subject: [PATCH] Add SpongePowered/Configurate Configurate is "a simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation." --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80374b98..e4bc97e2 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ _Libraries that provide external configuration._ - [centraldogma](https://github.com/line/centraldogma) - Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2. - [cfg4j](https://github.com/cfg4j/cfg4j) - Modern configuration library for distributed apps written in Java. - [config](https://github.com/lightbend/config) - Configuration library supporting Java properties, JSON or its human optimized superset HOCON. +- [Configurate](https://github.com/SpongePowered/Configurate) - Configuration library with support for various configuration formats and transformations. - [dotenv](https://github.com/shyiko/dotenv) - Twelve-factor configuration library which uses environment-specific files. - [ini4j](http://ini4j.sourceforge.net) - Provides an API for handling Windows' INI files. - [KAConf](https://github.com/mariomac/kaconf) - Annotation-based configuration system for Java and Kotlin.