This package provides cli tool to resolve all external references in Json based API document and bundle into single document
npm i -g api-ref-bundler-cli
ref-bundler <filename> [-f <output format>] [-d <dest path>] [-t <file type>]
When contributing, keep in mind that it is an objective of api-ref-bundler-cli
to have no package dependencies. This may change in the future, but for now, no-dependencies.
Please run the unit tests before submitting your PR: npm test
. Hopefully your PR includes additional unit tests to illustrate your change/modification!
MIT