forest/examples/plan/forest.kdl

14 lines
159 B
Plaintext
Raw Permalink Normal View History

2025-02-13 22:57:04 +01:00
plan {
name project
2025-02-28 21:21:34 +01:00
templates type=jinja2 {
path "templates/*.jinja2"
output "output/"
}
scripts {
world type=shell {}
hello type=shell {}
}
2025-02-13 22:57:04 +01:00
}