Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 451 Bytes

File metadata and controls

11 lines (7 loc) · 451 Bytes

Code Generation Pipeline For CloudEvent Interfaces

This directory contains an experimental code generation pipeline to generate TS interfaces for the CloudEvent types defined in Google Events.

It can be run via the following command:

npm run generate_cloudevents

This will regenerate all known CloudEvent type interfaces in the src/cloud_event_types directory of this repository.