qaskx.template/generator/default/build/golang.json

19 lines
439 B
JSON
Raw Normal View History

2024-02-27 07:34:11 +00:00
{
"name": "golang",
"description": "golang build templates",
"templates": [
{
"engine": "",
"folder": "",
"file_name": "golang.tmpl",
2024-02-27 09:52:44 +00:00
"output_folder": "^/build",
2024-02-27 07:34:11 +00:00
"output_name": "golang.ps1",
"section": "",
"model": {
"activity": {
"category": "BUILD"
}
}
}
]
}