multi-file-Swagger utils
Example of how to split up a large Swagger spec into smaller files.
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.
create resolve
MIT