Skip to content

davidraleigh/mono

Repository files navigation

Requirements

  • docker
  • python3

Scripts

From scripts to rule them all using the following commands allows for setup, code generation and linting.

Setup

Creates a python3 virtual environment for pre-commit and builds a fixed docker image of bufbuild/buf

./scripts/setup.sh

Lint

Tests the proto files for any errors.

./scripts/lint.sh

Generate

Generate code from proto files

./scripts/generate.sh