quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Feature: Allow multiple output files from a directory in CLI

Open ShivamJoker opened this issue 3 years ago • 0 comments

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)

ShivamJoker avatar Mar 16 '22 06:03 ShivamJoker