https://github.com/bufbuild/tools
A collection of tools written at Buf.
https://github.com/bufbuild/tools
Last synced: 9 months ago
JSON representation
A collection of tools written at Buf.
- Host: GitHub
- URL: https://github.com/bufbuild/tools
- Owner: bufbuild
- License: apache-2.0
- Created: 2023-01-19T19:35:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-08T14:08:00.000Z (10 months ago)
- Last Synced: 2025-09-23T19:37:29.972Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 6
- Watchers: 12
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Tools
=======
A collection of tools written at Buf.
- [license-header](cmd/license-header): A tool to add and update license headers in source code. Also available [for npm](npm-packages/license-header).
- [protoc-gen-by-dir](cmd/protoc-gen-by-dir): A helper `protoc` plugin to assist in the authoring of custom remote plugins for the Buf Schema Registry to invoke a plugin remotely on a per-directory basis within a single container.
- [protoc-gen-inspect-code-generator-request](cmd/protoc-gen-inspect-code-generator-request): A helper `protoc` plugin to produce a file `code_generator_request.json` that is the JSON-encoded input `CodeGeneratorRequest`. useful for debugging `protoc` and `buf`.
- [protoc-gen-multi](cmd/protoc-gen-multi): A helper `protoc` plugin to combine multiple protoc plugin invocations into a single plugin.
## Status: Alpha
This repository should be considered unstable.
## Legal
Offered under the [Apache 2 license][license].
[license]: https://github.com/bufbuild/tools/blob/main/LICENSE