@sion908/multi-file-swagger-utils
v1.1.2
Published
Multi-file Swagger separate and conbine
Downloads
6
Readme
multi-file-Swagger utils
Example of how to split up a large Swagger spec into smaller files.
Read the blog post
Usage
Install the node tool:
npm install install @sion908/multi-file-swagger-utils --save-dev
Run the command like so:
npx multi-file-swagger-utils -b docs/base.yaml -o test/resolved.yaml
This will resolve every json pointer ($ref) externally or internally and then save it in a yaml file. Which can then be used for code generation and so on.
feature
create resolve
License
MIT
Thanks
https://www.npmjs.com/package/multi-file-swagger