50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
|
|
{
|
||
|
|
"name": "gobp-simple-docker",
|
||
|
|
"guide": "{{.SelfFolder}}/gobp002.md",
|
||
|
|
"description": "golang blueprint for CLI with docker",
|
||
|
|
"subtype": "",
|
||
|
|
"action": "",
|
||
|
|
"templates": [
|
||
|
|
{
|
||
|
|
"engine": "",
|
||
|
|
"section": "INSTALL",
|
||
|
|
"folder": "",
|
||
|
|
"file_name": "",
|
||
|
|
"output_folder": "^/",
|
||
|
|
"output_name": "*",
|
||
|
|
"model": {
|
||
|
|
"id": "goblueprint",
|
||
|
|
"script": "go-blueprint",
|
||
|
|
"pre":[
|
||
|
|
"create --name {{.Name}} --framework standard-library --driver none --advanced --feature docker --git skip"
|
||
|
|
],
|
||
|
|
"post": []
|
||
|
|
}
|
||
|
|
},
|
||
|
|
|
||
|
|
{
|
||
|
|
"engine": "",
|
||
|
|
"section": "",
|
||
|
|
"folder": "{{.TemplateDefinition.SelfFolder}}/definitions/golang/build",
|
||
|
|
"file_name": "*",
|
||
|
|
"output_folder": "^/build",
|
||
|
|
"output_name": "*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"engine": "",
|
||
|
|
"section": "",
|
||
|
|
"folder": "{{.TemplateDefinition.SelfFolder}}/definitions/golang",
|
||
|
|
"file_name": "*",
|
||
|
|
"output_folder": "^/",
|
||
|
|
"output_name": "*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"engine": "",
|
||
|
|
"section": "",
|
||
|
|
"folder": "{{.TemplateDefinition.SelfFolder}}/definitions/golang/.well-known",
|
||
|
|
"file_name": "*",
|
||
|
|
"output_folder": "^/.well-known",
|
||
|
|
"output_name": "*"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|