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

19 lines
503 B
JSON
Raw Normal View History

2024-04-02 11:27:01 +00:00
{
"name": "golang",
2024-05-02 21:53:48 +00:00
"guide": "{{.SelfFolder}}/golang.md",
2025-05-10 04:43:26 +00:00
"location": {
"uri": "https://tea.merebox.com/qaskx/qaskgo.template.git"
},
2024-04-02 11:27:01 +00:00
"description": "golang project template",
2025-05-09 13:56:54 +00:00
"subtype": "project",
2025-05-10 04:43:26 +00:00
"action": "fork",
2024-04-02 11:27:01 +00:00
"templates": [
{
"engine": "",
2025-05-12 04:59:38 +00:00
"folder": "{{.Folder}}/definitions/{{.TemplateDefinition.Name}}",
2024-04-02 11:27:01 +00:00
"file_name": "*",
"output_folder": "^/srcg",
"output_name": "*"
}
]
}