-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publishing Remote Plugin on BSR #249
Comments
Hey Dante, thanks for suggestions. protobuf-ts is already available: https://buf.build/timostamm/plugins/protobuf-ts An example code generation template: # buf.gen.yaml
version: v1
plugins:
- remote: buf.build/timostamm/plugins/protobuf-ts:v2.2.2-1
out: gen/
opt:
- long_type_string
- generate_dependencies |
Thank you! I searched for plugin but didn't think to search for the repo name 😅 As a note, version 2.2.2-0 didn't work, but 2.2.2-1 did. |
Sorry, thanks for the heads-up. Editing my previous comment so people don't run into this. |
Hi @timostamm.
Thank you again for a wonderful library.
I'm sure you've heard, but Buf has just released a Remote compilation platform: https://buf.build/blog/remote-plugin-execution
Given the support for buf show in #93, are there any plans for adding BSR plugin publishing to this repo's build process?
The text was updated successfully, but these errors were encountered: