qaskx.template/_generator/default/project/python.json

15 lines
388 B
JSON
Raw Permalink Normal View History

2024-05-21 12:25:18 +00:00
{
"name": "python",
"guide": "{{.SelfFolder}}/python.md",
"description": "Basic python project",
"template_engine": "Template",
2024-05-21 12:25:18 +00:00
"templates": [
{
"engine": "",
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
"file_name": "*",
"output_folder": "^/srcp",
"output_name": "*"
}
]
}