From 2ca7d0c7c7c51fe36148ff8b2af88d2429d122c0 Mon Sep 17 00:00:00 2001 From: Thomas Richner Date: Wed, 22 May 2024 14:45:28 +0200 Subject: [PATCH] ARC-1699: Better README --- example/README.md | 69 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 example/README.md diff --git a/example/README.md b/example/README.md new file mode 100644 index 0000000..4f12bf3 --- /dev/null +++ b/example/README.md @@ -0,0 +1,69 @@ +# Spicegen Example + +## Code +See [ExampleTest](./src/test/java/com/oviva/spicegen/example/ExampleTest.java). + + +## Maven Setup +Example [pom.xml](./pom.xml) +```xml + + + + + + + + spicegen + GitHub Oviva Spicegen + https://maven.pkg.github.com/oviva-ag/spicegen + + + + + spicegen + GitHub Oviva Spicegen Plugin + https://maven.pkg.github.com/oviva-ag/spicegen + + + + + + + + com.oviva.spicegen + api + ... + + + com.oviva.spicegen + spicedb-binding + ... + + + + + + + + + com.oviva.spicegen + spicegen-maven-plugin + ${project.version} + + + + ${project.basedir}/src/test/resources/files.zed + ${project.groupId}.permissions + ${project.basedir}/target/generated-sources/src/main/java + + + spicegen + + + + + + + +``` \ No newline at end of file