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

14 lines
356 B
JSON
Raw Normal View History

2024-04-02 11:27:01 +00:00
{
"name": "python",
2024-05-02 21:53:48 +00:00
"guide": "{{.SelfFolder}}/python.md",
2024-04-02 11:27:01 +00:00
"description": "python project template",
"templates": [
{
"engine": "",
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
"file_name": "*",
"output_folder": "^/srcp",
"output_name": "*"
}
]
}