Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remychantenay/pkl-playground
Playground for pkl-lang (Apple)
https://github.com/remychantenay/pkl-playground
apple golang pkl pkl-lang playground
Last synced: 20 days ago
JSON representation
Playground for pkl-lang (Apple)
- Host: GitHub
- URL: https://github.com/remychantenay/pkl-playground
- Owner: remychantenay
- Created: 2024-08-06T14:26:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T08:35:57.000Z (6 months ago)
- Last Synced: 2024-11-17T06:41:28.223Z (3 months ago)
- Topics: apple, golang, pkl, pkl-lang, playground
- Language: Pkl
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pkl-playground
## Usage
### Set things up
```bash
brew install pkl
go install github.com/apple/pkl-go/cmd/[email protected]
```
### Generate
```bash
make generate
```## Resources
* [Official docs](https://pkl-lang.org/index.html)