Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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