forked from loafle/openapi-generator-original
* update generator option * update kotlin option usage * update lua option * update wording for lua option
14 lines
320 B
Markdown
14 lines
320 B
Markdown
|
|
CONFIG OPTIONS for lua
|
|
|
|
packageName
|
|
Lua package name (convention: lowercase). (Default: openapir-client)
|
|
|
|
packageVersion
|
|
Lua package version. (Default: 1.0.0-1)
|
|
|
|
hideGenerationTimestamp
|
|
Hides the generation timestamp when files are generated. (Default: true)
|
|
|
|
Back to the [generators list](README.md)
|