swagpack
v0.0.6
Published
A simple CLI to bundle your swagger files.
Readme
Swagpack 
A simple CLI to merge multiple swagger files.
Install
$ yarn add -D swagpackHow to use
Swagpack uses swagger-merger to bundle your swagger files.
If you want to know details about syntax and reference formats, please read the document
To bundle your files:
$ swagpack build entry.yml -o output.yamlYou can use watch mode by giving target directory path
$ swagpack build entry.yml -o output.yaml -w ./srcCLI Options
Usage: swagpack build [options] <file>
Options:
-w, --watch <dir> Watch your swagger directory's changes
-o, --output <path> Output file
-h, --help display help for commandLicense
MIT
