You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -441,9 +441,9 @@ Other languages have petstore samples, too:
441
441
It's just as easy--just use the `-i` flag to point to either a server or file.
442
442
443
443
### Modifying the client library format
444
-
Don't like the default swagger client syntax? Want a different language supported? No problem! Swagger Codegen processes mustache templates with the [jmustache](https://github.com/samskivert/jmustache) engine. You can modify our templates or make your own.
444
+
Don't like the default swagger client syntax? Want a different language supported? No problem! Swagger Codegen processes handlebar templates with the [Handlebars.java](https://github.com/jknack/handlebars.java) engine. You can modify our templates or make your own.
445
445
446
-
You can look at `modules/swagger-codegen/src/main/resources/${your-language}` for examples. To make your own templates, create your own files and use the `-t` flag to specify your template folder. It actually is that easy.
446
+
You can look at [swagger-codegen-generators](https://github.com/swagger-api/swagger-codegen-generators/tree/master/src/main/resources/handlebars) for examples. To make your own templates, create your own files and use the `-t` flag to specify your template folder. It actually is that easy.
447
447
448
448
### Making your own codegen modules
449
449
If you're starting a project with a new language and don't see what you need, Swagger Codegen can help you create a project to generate your own libraries:
0 commit comments