yaml-dts-gen

0.0.4 • Public • Published

yaml-dts-gen

generate d.ts file from yaml

usage

as default, this cli generate .d.ts file. Its filename follows original yaml file, like original.yml, then generate original.d.ts .

npx yaml-dts-gen [target yaml file]

example

curl https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml -o petstore.yml
npx yaml-dts-gen petstore.yml

Package Sidebar

Install

npm i yaml-dts-gen

Weekly Downloads

77

Version

0.0.4

License

MIT

Unpacked Size

7.63 kB

Total Files

7

Last publish

Collaborators

  • mkusaka