DEVELOPMENT
April 3, 2026 ยท View on GitHub
We follow standard, make based commands for performing build operations.
PREREQUISITES
- a UNIX-like environment (e.g. WSL)
- awk
- bash 4+
- findutils
- Go
- make
- GNU compatible readlink
- ShellCheck 0.11.0+
- tidy-html5 5.6+
- xmlstarlet 1.6.1+
- zip
- Provision additional dev tools with
make -f install.mk
Recommended
Postinstall
Register output of go env GOBIN to PATH environment variable.
Register <git-clone-directory>/bin to PATH environment variable.
TASKS
We automate engineering tasks.
Security Audit
make audit
Lint
make