https://github.com/flyinprogrammer/pkl-go-bananas
A test project to learn pkl!
https://github.com/flyinprogrammer/pkl-go-bananas
Last synced: 12 months ago
JSON representation
A test project to learn pkl!
- Host: GitHub
- URL: https://github.com/flyinprogrammer/pkl-go-bananas
- Owner: flyinprogrammer
- License: mit
- Created: 2024-04-11T20:02:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T22:40:55.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T12:16:34.965Z (about 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pkl Go Bananas
This project is a great place to learn how Pkl might work end-to-end.
## Generate Go Lang binding, run this in the root of the app.
```shell
pkl-gen-go --project-dir $(pwd)/pkl pkl/*
```
## Release Pkl Configuration
```shell
pushd pkl/
rm -rf .out
VERSION=0.0.1 pkl project package
popd
```
Then upload `./pkl/.out` to a Github Release