Added project subtype
parent
8cab64eff4
commit
4a2fb4970d
|
|
@ -2,6 +2,7 @@
|
|||
"name": "golang",
|
||||
"guide": "{{.SelfFolder}}/golang.md",
|
||||
"description": "golang project template",
|
||||
"subtype": "project",
|
||||
"templates": [
|
||||
{
|
||||
"engine": "",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"name": "java",
|
||||
"guide": "{{.SelfFolder}}/java.md",
|
||||
"description": "java project template",
|
||||
"subtype": "project",
|
||||
"templates": [
|
||||
{
|
||||
"engine": "",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"name": "python",
|
||||
"guide": "{{.SelfFolder}}/python.md",
|
||||
"description": "python project template",
|
||||
"subtype": "project",
|
||||
"templates": [
|
||||
{
|
||||
"engine": "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue