Skip to content

roeap/buf-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Plugins for remote code generation in the Buf Schema Registry

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published