14 lines
159 B
Plaintext
14 lines
159 B
Plaintext
plan {
|
|
name project
|
|
|
|
templates type=jinja2 {
|
|
path "templates/*.jinja2"
|
|
output "output/"
|
|
}
|
|
|
|
scripts {
|
|
world type=shell {}
|
|
hello type=shell {}
|
|
}
|
|
}
|