Skip to content

This repository contains files for creating bufbuild plugins from `protoc-gen-bq-schema`

License

Notifications You must be signed in to change notification settings

thread/gen-bq-schema-bufbuild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gen-bq-schema-bufbuild

This repository contains files for creating a bufbuild plugin from protoc-gen-bq-schema

The default address for the plugin is: buf.build/judahrand/plugins/gen-bq-schema for the protobuf plugin.

To use the plugin with buf simply add the plugin to your buf.gen.yaml file. Here is an example of a config that generates protobuf code to the directory ./gen.

version: v1
plugins:
  - remote: buf.build/judahrand/plugins/gen-bq-schema:v1.0.0-1
    out: gen

About

This repository contains files for creating bufbuild plugins from `protoc-gen-bq-schema`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 56.3%
  • Makefile 43.7%