This directory contains example code for the Buf CLI quickstart. It walks through the key workflows of the CLI:
- Configuring and building a workspace
- Generating code
- Linting an API
- Detecting breaking changes
- Implementing an API
It contains a start directory, where you work on the example files, and a finish directory that you can use to compare against.