@looker/sdk-codegen-scripts
v21.5.27
Published
Looker SDK Codegen scripts
Downloads
600
Maintainers
Keywords
Readme
Looker SDK code generator scripts
This package contains the Node-based scripts used by the Looker SDK Codegen project.
It has node dependencies, so it cannot be used in the browser.
DEPRECATED AND NOT SUPPORTED: Looker does not support direct use of this package, other than via indirect use in the SDK Codegen project repository.
Scripts
- sdkGen.ts is the script for the Looker SDK code generator. Run
yarn gen -h
to see options. - legacy.ts for the OpenAPI legacy code generator
- specConvert.ts converts a swagger (OpenAPI 2.x) file to OpenAPI 3.x
- yamlToJson.ts converts a
YAML
file to a pretty-printedJSON
file