openapi-codegen
Version:
OpenAPI 3.0 CodeGen
14 lines (13 loc) • 405 B
JSON
{
"defaults": {
},
"partials": {
},
"transformations": [
{ "input": "api.mustache", "output": "api.clj" },
{ "input": "core.mustache", "output": "core.clj" },
{ "input": "project.mustache", "output": "project.clj" },
{ "input": "git_push.sh.mustache", "output": "git_push.sh" },
{ "input": "gitignore.mustache", "output": ".gitignore" }
]
}