feat: implement template plan
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
plan {
|
||||
name project
|
||||
|
||||
templates type=jinja2 {
|
||||
path "templates/*.jinja2"
|
||||
output "output/"
|
||||
}
|
||||
|
||||
scripts {
|
||||
world type=shell {}
|
||||
hello type=shell {}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user