Initial commit

This commit is contained in:
Peter Niederwieser
2016-01-19 14:51:19 +01:00
committed by Dan Chao
commit ecad035dca
2972 changed files with 211653 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
= Examples
:uri-github-apple: https://github.com/apple
:uri-jvm-examples: {uri-github-apple}/pkl-jvm-examples
:uri-go-examples: {uri-github-apple}/pkl-go-examples
:uri-swift-examples: {uri-github-apple}/pkl-swift-examples
:uri-k8s-examples: {uri-github-apple}/pkl-k8s-examples
For ready-to-go examples with full source code, see the various repositories that are available for you.
* {uri-jvm-examples}[pkl-jvm-examples] -- for using Pkl within the JVM
* {uri-swift-examples}[pkl-swift-examples] -- for using Pkl with Swift
* {uri-go-examples}[pkl-go-examples] -- for using Pkl with Go
* {uri-k8s-examples}[pkl-k8s-examples] -- for using Pkl with Kubernetes