aboutsummaryrefslogtreecommitdiff
path: root/devel/buf/pkg-descr
blob: e1051a798c2f59fe3c89aefe8bb15ab7cf0cfdd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
buf CLI is a tool for working with Protocol Buffers. It provides:
* A linter that enforces good API design choices and structure.
* A breaking change detector that enforces compatibility at the source code
  or wire level.
* A generator that invokes your plugins based on configurable templates.
* A formatter that formats your Protobuf files in accordance with industry
  standards.
* Integration with the Buf Schema Registry, including full dependency
  management.