openapi-contrib / openapi3-generator

Use your API OpenAPI 3 definition to generate code, documentation, and literally anything you need.
Apache License 2.0
89 stars 27 forks source link

feat(templates): dynamic template paths #21

Closed peterlenagh closed 5 years ago

peterlenagh commented 5 years ago

Hi!

This PR adds support for using $$path$$ variable in template directory names to generate dynamic directories, if you're interested in adding that feature. I've updated the readme too.

thanks,

Pete

fmvilas commented 5 years ago

Great stuff. Thanks!

fmvilas commented 5 years ago

It is now on npm. Thank you!