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

20 lines
522 B
JSON

{
"name": "golang",
"guide": "{{.SelfFolder}}/golang.md",
"description": "golang test templates",
"templates": [
{
"engine": "",
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
"file_name": "golang.ps1",
"output_folder": "^/test",
"output_name": "golang.ps1",
"section": "",
"model": {
"activity": {
"category": "TEST"
}
}
}
]
}