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.
- Host: GitHub
- URL: https://github.com/tableauio/checker
- Owner: tableauio
- License: mit
- Created: 2022-02-16T02:33:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-27T08:53:24.000Z (10 months ago)
- Last Synced: 2025-08-27T17:37:42.200Z (10 months ago)
- Topics: checker, go
- Language: Go
- Homepage: https://tableauio.github.io/docs/api/checker
- Size: 110 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`