Skip to main content

Overview

This contains the document about what tech stack Solverhoold team uses.

Techs

Apple Pkl installaiton

it contais 2 different installation one is pkl engine and other is pkl configuration generator cli for golang

curl -L -o pkl https://github.com/apple/pkl/releases/download/0.25.3/pkl-alpine-linux-amd64
chmod +x pkl
mv pkl /usr/local/bin


curl -L -o pkl-gen-go https://github.com/apple/pkl-go/releases/download/v0.6.0/pkl-gen-go-linux-amd64.bin
chmod +x pkl-gen-go
mv pkl-gen-go /usr/local/bin

Golang Tech Stack

Other

Plans