From: Alexander Goussas Date: Mon, 29 Dec 2025 15:33:32 +0000 (-0500) Subject: update readme X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=4b4bb5fea489824411bdff6c0b824342d24e1c02;p=gradle-configvalidator-plugin.git update readme --- diff --git a/README.md b/README.md index 7d791b2..2db3d53 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ A Java library that you can include in your IDE or tooling plugins to validate your configuration variables. +## Documentation + +You can read the source code and Javadocs. + +For a list of available sources, parsers, reporters and rules; please consult +the [wiki](https://github.com/aloussase/configvalidator/wiki). + ## Usage The library is highly configurable to: @@ -33,6 +40,10 @@ how to implement these. TODO +## Contributing + +New ideas for rules, configuration sources, parsers; or anything else are welcome! + ## License MIT \ No newline at end of file