wcandillon / swagger-js-codegen

A Swagger Codegen for typescript, nodejs & angularjs
Apache License 2.0
693 stars 286 forks source link

Allow Template Overriding and Extension #82

Closed dawsontoth closed 9 years ago

dawsontoth commented 9 years ago

By reworking the arguments to Mustache.render, we can simplify the code, and allow for overriding of the provided templates. This also gives an extension point if a developer wants to further split in to additional templates.

wcandillon commented 9 years ago

:+1: