forked from devonfw-forge/cobigen-python-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplates.xml
More file actions
18 lines (16 loc) · 678 Bytes
/
templates.xml
File metadata and controls
18 lines (16 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<templatesConfiguration xmlns="http://capgemini.com/devonfw/cobigen/TemplatesConfiguration"
version="2.1">
<templateScans>
<templateScan templatePath="templates" destinationPath=""/>
</templateScans>
<increments>
<increment name="CRUD Python Flask" description="CRUD Python Flask">
<templateRef ref="config.py"/>
<templateRef ref="requirements.txt"/>
<templateRef ref="__init__.py"/>
<templateRef ref="${variables.entityName#cap_first}Routes.py"/>
<templateRef ref="${variables.entityName#cap_first}Model.py"/>
</increment>
</increments>
</templatesConfiguration>