This repository stores pre-built tool binaries used by CodeBoarding for static code analysis.
| Tool | Description |
|---|---|
| tokei | Fast line-of-code counter supporting many languages |
| gopls | Go language server, used for Go static analysis via LSP |
Binaries are built and published automatically via the build-tools.yml workflow in the main CodeBoarding repository. Each release includes binaries for Linux, macOS, and Windows, along with SHA-256 checksums.
Each release contains:
tokei-linux,tokei-macos,tokei-windows.exegopls-linux,gopls-macos,gopls-windows.exechecksums.sha256
The distributed tool binaries are subject to their own respective licenses:
- tokei: MIT / Apache-2.0
- gopls: BSD-3-Clause