diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-05-02 10:04:44 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-05-02 10:04:44 +0100 |
| commit | cd5745dfdf422ceb2a4154b575a8c512b41a8f66 (patch) | |
| tree | 2e63453dfb4715f84195b969e40f01f3c7bb635f /examples/01-struct/hobgoblin.json5 | |
| parent | 5d76fa1b86ff1bd15b9c6b546916bc03c9d9b9b4 (diff) | |
Create generators from config
Diffstat (limited to 'examples/01-struct/hobgoblin.json5')
| -rw-r--r-- | examples/01-struct/hobgoblin.json5 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/01-struct/hobgoblin.json5 b/examples/01-struct/hobgoblin.json5 index 0967ef4..b6bb102 100644 --- a/examples/01-struct/hobgoblin.json5 +++ b/examples/01-struct/hobgoblin.json5 @@ -1 +1,9 @@ -{} +{ + "outputs": [ + { + "generator": "java-types", + "path": "output/java/src/gen/java", + "package-name": "org.zwobble.example.types" + }, + ], +} |
