quicktype
quicktype copied to clipboard
Feature: Allow multiple output files from a directory in CLI
Example
quicktype -s schema lib/schemas/**/*.json --lang ts -o lib/schemas/ --just-types
It would be great if it could automatically take the fileName of json schema and create output with Schema.ts (whatever the file name is there)