Skip to content

OstadKar/swagger-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWAGGER MERGER

  • Merge multiple swagger files with single level ref tag ($ref) into one swagger file

  • We will support multiple level ref tag soon!.

$ref

Includes a single-level of swagger file.

For example:

$ref: "./order.yaml"

You can merge swagger files with command below: (There are some test files in examples directory)

merger -f index.yml

(index.yml is just a file name in example)

You can optionally specify an output filename with the -o argument, the default is swagger.yml

merger -f index.yml -o output.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages