An open API service indexing awesome lists of open source software.

https://github.com/tableauio/checker

The official config checker for Tableau.
https://github.com/tableauio/checker

checker go

Last synced: 5 months ago
JSON representation

The official config checker for Tableau.

Awesome Lists containing this project

README

          

# checker
The configuration checker for Tableau.

## Prerequisites

- Init project: `bash init.sh`

## Run

- Generate `*.pb.go` and `*.pc.go`: `bash scripts/gen.sh`
- Build: `go build`
- Run: `./checker`

## Third Party

Submodules dependency:
- **loader**: `loader/cmd/protoc-gen-go-tableau-loader`
- **tableau**: `tableau/proto/tableau.proto`
- **protobuf**: `protobuf/src/*.proto` and `protoc`