Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 842 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 842 Bytes

buf-plugins

This repository contains some useful (at least for me :)) modules and plugins for use with the buf schema registry.

An example setup can be found in the example folder.

python-beterproto

Based on the python-betterproto plugin.

jsonschema

Based on the protoc-gen-jsonschema plugin.

graphql

Based on the protoc-gen-graphql plugin.

Example buf.gen.yaml

version: v1
plugins:
  - remote: buf.build/robstar/plugins/python-betterproto:v2.0.0-1
    out: gen/python
  - remote: buf.build/robstar/plugins/jsonschema:v1.3.9
    out: gen/jsonschema
  - remote: buf.build/robstar/plugins/graphql:v0.1
    out: gen/graphql