mathrix-education/openapi-processor

Compile OpenAPI exploded specification to valid OpenAPI v3.0.2 documents.

2.0.0 2019-12-13 20:34 UTC

This package is not auto-updated.

Last update: 2024-04-15 10:00:28 UTC


README

version license php-version

This is a small processor to split the OpenAPI specification in the multiple pieces.

Usage:

vendor/bin/openapi-processor \
    --srcDir={sources directory} \
    [--output={output file}]

By default, the output file is stored in the same folder as the source files.