apple / pkl-go

Pkl bindings for the Go programming language
https://pkl-lang.org/go/current/index.html
Apache License 2.0
249 stars 21 forks source link

`pkl-gen-go` allows defining the `--cache-dir` on the Pkl evaluator #59

Closed KushalP closed 1 month ago

KushalP commented 1 month ago

This is useful for cases where you don't want the evaluator in use to use the default cache directory for Pkl packages.

KushalP commented 1 month ago

This closes #42