14 lines
250 B
TOML
14 lines
250 B
TOML
|
[template]
|
||
|
name = "Default"
|
||
|
version = "0.1.0"
|
||
|
authors = [
|
||
|
"Dashinit Contributors",
|
||
|
"Sangelo"
|
||
|
]
|
||
|
links = [
|
||
|
"https://gitpot.dev/dashinit/templates/src/branch/main/default/README.md"
|
||
|
]
|
||
|
|
||
|
[automation]
|
||
|
enabled = true
|
||
|
script = "./scripts/main.sh"
|