Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 665 Bytes

File metadata and controls

20 lines (15 loc) · 665 Bytes

mathrix-education/openapi-processor

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.