Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 449 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 449 Bytes

php-ramlMerge

RAML Merge lets you merge in any included RAML files (!include) into a single RAML file via the command line.

php ramlMerge.php /Users/mikestowe/Desktop/api_raml_files/api.raml > /Users/mikestowe/Desktop/compiledAPIRAML.raml

Note - this should not be used as a replacement for your primary RAML files, but rather as a tool for services in which RAML includes may not work, such as Postman.

Requires PHP 5+ installed on machine.