Skip to content

Commit 7617801

Browse files
feat: generate cloudevent types from googleapis/google-cloudevents (#371)
This commit adds a new `npm run generate_cloudevents` script that generates cloudevent interfaces from the schemas in googleapis/google-cloudevents
1 parent 60edd7e commit 7617801

File tree

7 files changed

+3345
-0
lines changed

7 files changed

+3345
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Code Generation Pipeline For CloudEvent Interfaces
2+
3+
This directory contains an experimental code generation pipeline to generate TS interfaces for the CloudEvent types defined in [Google Events](https://github.com/googleapis/google-cloudevents).
4+
5+
It can be run via the following command:
6+
7+
```bash
8+
npm run generate_cloudevents
9+
```
10+
11+
This will regenerate all known CloudEvent type interfaces in the `src/cloudevent_types` directory of this repository.

0 commit comments

Comments
 (0)