generate d.ts file from yaml
as default, this cli generate .d.ts file. Its filename follows original yaml file, like original.yml, then generate original.d.ts .
npm i -g typescript
npx yaml-dts-gen [target yaml file]
curl https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml -o petstore.yml
npx yaml-dts-gen petstore.yml