Skip to content

mloberg/openapi-stitcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAPI Stitcher

Stitch together OpenAPI files into a single file.

Requirements

  • NodeJS (>= 10)

Usage

See help for all commands and options

npx openapi-stitcher --help
npx openapi-stitcher build --help

Stitch together files matching a pattern.

npx openapi-stitcher build "spec/**/*.{yaml,yml}" openapi.yaml

Watch for changes and rebuild the file.

npx openapi-stitcher build --watch "spec/**/*.{yaml,yml}" openapi.yaml

Serve the specification using Swagger UI.

npx openapi-stitcher serve "spec/**/*.{yaml,yml}"

See example/spec for an example of how to organize your files to best work with this tool.

About

Stitch together multiple files into an OpenAPI specification

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published