A general purpose configuration library for TOML, JSON, YAML, and Properties files without having to create separate implementations for each file type.
Go to file
Paul Reilly cc3781226b Initial Commit
This is like 60% done, still need to implement a few more things in each respective configuration type.
2023-06-27 18:00:01 -05:00
gradle/wrapper Initial Commit 2023-06-27 18:00:01 -05:00
src/main/java/app/simplexdev Initial Commit 2023-06-27 18:00:01 -05:00
.gitattributes Initial Commit 2023-06-27 18:00:01 -05:00
.gitignore Initial Commit 2023-06-27 18:00:01 -05:00
LICENSE Initial Commit 2023-06-27 18:00:01 -05:00
README.md Initial Commit 2023-06-27 18:00:01 -05:00
build.gradle Initial Commit 2023-06-27 18:00:01 -05:00
gradlew Initial Commit 2023-06-27 18:00:01 -05:00
gradlew.bat Initial Commit 2023-06-27 18:00:01 -05:00
settings.gradle Initial Commit 2023-06-27 18:00:01 -05:00

README.md

Configurator

A general purpose configuration library for TOML, JSON, YAML, and Properties files without having to create separate implementations for each file type.