jsonschema2md
jsonschema2md copied to clipboard
Specify single input and output file
The CLI is cumbersome.
It requires placing the schema file in a directory with a unique extension and then outputting to a directory.
I just want to take a single file and convert it to a single file.
--input
doc says it takes single file, but actually I get an error that it's not a directory.
I have no issues with the CLI, but the ability to provide a single file as input would CERTAINLY be valued.
IIRC this was possible with versions < 4 but was changed during the major release 4.0.0 - but no idea why. That might be the reason, the docs still mention it.
pls update docs accordingly.
Or, even better, readd support for generating a single doc from a single foo.schema.json