19 lines
526 B
JSON
19 lines
526 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": "{{.TemplateDefinition.SelfFolder}}/definitions/{{.TemplateDefinition.Name}}",
|
|
"file_name": "*",
|
|
"output_folder": "^/srcg",
|
|
"output_name": "*"
|
|
}
|
|
]
|
|
} |