Skip to content

sion908/multi-file-swagger-separate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-file-Swagger utils

MIT License

Example of how to split up a large Swagger spec into smaller files.

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

About

Multi-file Swagger を使うためファイルの分離を行う

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%