javanile / yamlinc

Compose multiple YAML files into one with $include tag. Split Swagger/OpenAPI into multiple YAML files.
MIT License
114 stars 22 forks source link

Support for STDOUT and specified file output #6

Closed justinnichols closed 6 years ago

justinnichols commented 6 years ago

This is the implementation of the enhancement in #2 This does not currently verify that the target output file name isn't within the set of input files (either the named input file or the derived input files via $include).

justinnichols commented 6 years ago

Test is failing, will re-submit once I get the test working.