Closed guided1 closed 6 years ago
Hi, I'd like to be able to create and include helper for handlebars not in the library. Do you have a preference of how you want to achieve this?
I was thinking of using a parameter supplying another parameter:
-b, --handlebars path to external handlebars helpers file
This would then include the file if the path is valid and it exists.
Thoughts?
I'll put in a pull request if you agree
That'd be awesome! Could you provide a PR?
Sure thing. https://github.com/fmvilas/swagger-node-codegen/pull/30
I'm closing this issue since #30 has been merged.
I just did a release and published to npm: https://github.com/fmvilas/swagger-node-codegen/releases/tag/1.3.0.
Hi, I'd like to be able to create and include helper for handlebars not in the library. Do you have a preference of how you want to achieve this?
I was thinking of using a parameter supplying another parameter:
-b, --handlebars path to external handlebars helpers file
This would then include the file if the path is valid and it exists.
Thoughts?
I'll put in a pull request if you agree