yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
626 stars 146 forks source link

Change build_spec.sh in order to have a template.yml per Specs #200

Closed mackoj closed 4 years ago

mackoj commented 4 years ago

I needed to test my new behaviour so I modify build_spec.sh to make it possible to test each Spec with a different template.yml in order to have more tests on template options.

I add TVDB specs too in order to do my tests.

I remove codableModel: false # make all model Codable in the original template file.