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,13 @@
= Introduction
include::ROOT:partial$component-attributes.adoc[]
Pkl -- pronounced _Pickle_ -- is a configuration-as-code language with rich validation and tooling.
It can be used as a command line tool, software library, or build plugin.
Pkl scales from small to large, simple to complex, ad-hoc to recurring configuration tasks.
We created Pkl because we believe that configuration is best expressed in a special-purpose configuration language;
a blend between a static configuration format, and a general-purpose programming language.
* xref:use-cases.adoc[Use Cases]
* xref:concepts.adoc[Concepts]
* xref:comparison.adoc[Comparison]