Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 769 Bytes

File metadata and controls

15 lines (10 loc) · 769 Bytes

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-printed JSON file