jimschubert / intellij-openapi-generator

Intellij Plugin for openapi-generator
https://openapi-generator.tech/
Apache License 2.0
77 stars 12 forks source link

Where are the mustache files? #28

Open loosemybrain opened 4 years ago

loosemybrain commented 4 years ago

Hey guys, I would like to edit the mustache files but I don't know where they are. regards

rocanion commented 4 years ago

I assume that the mustache files are the ones that contain the templates. They are clearly not in this repository. I assume that they are in whatever location the code exists for the specific generator that you're using. Unfortunately, nothing in this repository provides a clue about where to find those other generators.

jimschubert commented 4 years ago

@loosemybrain sorry for the delayed response. I never got notified of the issue for some reason.

This plugin is just a wrapper for OpenAPI Generator and you can check out our docs at https://openapi-generator.tech/. The doc site is linked from the version dialog accessible via menu: image

I'll look at making it clearer in the repo and via menu or other means.