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

20 lines
522 B
JSON
Raw Normal View History

2024-02-27 12:06:33 +00:00
{
"name": "golang",
2024-05-02 21:53:48 +00:00
"guide": "{{.SelfFolder}}/golang.md",
2024-02-27 12:06:33 +00:00
"description": "golang test templates",
"templates": [
{
"engine": "",
2024-03-04 12:32:35 +00:00
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
"file_name": "golang.ps1",
2024-02-27 12:06:33 +00:00
"output_folder": "^/test",
"output_name": "golang.ps1",
"section": "",
"model": {
"activity": {
"category": "TEST"
}
}
}
]
}