We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0534fd1 commit a0bd349Copy full SHA for a0bd349
README.md
@@ -18,6 +18,11 @@ or similar.
18
19
Run `./js2e` for usage instructions.
20
21
+> Note: The `js2e` tool only tries to resolve references for the file(s) you
22
+> pass it. So if you need to generate Elm code from more than one file you
23
+> have to pass it the enclosing directory of the relevant JSON schema files,
24
+> in order for it to be able to resolve the references correctly.
25
+
26
A proper description of which properties are mandatory are how the generator
27
works is still in progress, but feel free to take a look at the `examples`
28
folder which contains an example of a pair of JSON schemas and their
0 commit comments