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

nunjucks templating #26

Closed pitpit closed 3 months ago

pitpit commented 5 years ago

It is an usecase to show how to add a new templating engine (here's nunjucks) and use it in a new templates collection markdown-light. It's based on https://github.com/fmvilas/openapi3-generator/pull/25

For now, the generated markdown is not really usable but this code is only provided for demo purpose