mirror of
https://github.com/apple/pkl.git
synced 2026-03-18 15:23:58 +01:00
14 lines
640 B
Plaintext
14 lines
640 B
Plaintext
= 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]
|