- docker
- python3
From scripts to rule them all using the following commands allows for setup, code generation and linting.
Creates a python3 virtual environment for pre-commit and builds a fixed docker image of bufbuild/buf
./scripts/setup.sh
Tests the proto files for any errors.
./scripts/lint.sh
Generate code from proto files
./scripts/generate.sh