From 9d3215289bcb84bfc4b50ceb77ec45a88dbb6a7e Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Fri, 26 Dec 2025 09:33:11 -0500 Subject: [PATCH] add readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a878a8e --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# configvalidator + +A Java library that you can include in your IDE or tooling plugins to validate your +configuration variables. + +A first party CLI tool that uses this library is also provided as a native executable with +GraalVM. + +## Usage + +TODO + +## Architecture + +TODO + +## License + +MIT \ No newline at end of file -- 2.43.0