mirror of
https://github.com/SimplexDevelopment/Configurator.git
synced 2024-12-22 04:07:37 +00:00
A general purpose configuration library for TOML, JSON, YAML, and Properties files without having to create separate implementations for each file type.
cc3781226b
This is like 60% done, still need to implement a few more things in each respective configuration type. |
||
---|---|---|
gradle/wrapper | ||
src/main/java/app/simplexdev | ||
.gitattributes | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
Configurator
A general purpose configuration library for TOML, JSON, YAML, and Properties files without having to create separate implementations for each file type.