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

19 lines
496 B
JSON

{
"name": "golang",
"guide": "{{.SelfFolder}}/golang.md",
"location": {
"uri": "https://tea.merebox.com/qaskx/qaskgo.template.git"
},
"description": "golang project template",
"subtype": "project",
"action": "fork",
"templates": [
{
"engine": "",
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
"file_name": "*",
"output_folder": "^/srcg",
"output_name": "*"
}
]
}