Refactored definitions

main
Tom Peltonen 2025-05-10 14:43:26 +10:00
parent 4a2fb4970d
commit 27aea41895
2 changed files with 5 additions and 0 deletions

View File

@ -1,8 +1,12 @@
{ {
"name": "golang", "name": "golang",
"guide": "{{.SelfFolder}}/golang.md", "guide": "{{.SelfFolder}}/golang.md",
"location": {
"uri": "https://tea.merebox.com/qaskx/qaskgo.template.git"
},
"description": "golang project template", "description": "golang project template",
"subtype": "project", "subtype": "project",
"action": "fork",
"templates": [ "templates": [
{ {
"engine": "", "engine": "",

View File

@ -1,6 +1,7 @@
{ {
"name": "java", "name": "java",
"guide": "{{.SelfFolder}}/java.md", "guide": "{{.SelfFolder}}/java.md",
"uri": "https://tea.merebox.com/qaskx/qaskjava.template.git",
"description": "java project template", "description": "java project template",
"subtype": "project", "subtype": "project",
"templates": [ "templates": [