Install TwirpQL

In order to use TwirpQL you need to:

  1. Install the Go toolchain (1.12+).
  2. Install the latest version of the Protobuf Compiler (v3.8+)
  3. Install the Twirp plugin:

    GO111MODULE=on go install github.com/twitchtv/twirp/protoc-gen-twirp@v5.7.0

  4. Install the TwirpQL plugin:

    GO111MODULE=on go install marwan.io/protoc-gen-twirpql

Next: Quick Start