forked from totaljs/framework4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.json
74 lines (74 loc) · 1.55 KB
/
templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"empty": {
"id": "emptyproject",
"name": "Empty",
"total": 4,
"description": "Empty project without any special setup"
},
"typescript": {
"id": "emptyproject-typescript",
"name": "Typescript",
"total": 4,
"description": "Total.js with typescript"
},
"website": {
"id": "emptyproject-website",
"name": "Website",
"total": 4,
"description": "Website example"
},
"postgres": {
"id": "emptyproject-postgresql",
"name": "Postgres template",
"total": 4,
"description": "Empty project ready to be used with PostgreSQL"
},
"app-builder": {
"id": "emptyproject-builder",
"name": "App Builder",
"total": 4,
"description": "Tool for creating Total.js server-side applications"
},
"empty-spa": {
"id": "emptyproject-emptyspa",
"name": "Empty SPA",
"total": 4,
"description": "Empty single page application project"
},
"spa": {
"id": "emptyproject-spa",
"name": "SPA",
"total": 4,
"description": "Single page application template"
},
"pwa": {
"id": "emptyproject-emptyspa",
"name": "PWA",
"total": 4,
"description": "Progressive web application template"
},
"flow": {
"id": "emptyproject-flow",
"name": "Flow",
"total": 4,
"description": "Visual programming interface for IoT"
},
"flowstream": {
"id": "flowstream",
"name": "FlowStream",
"total": 4,
"description": "Total.js FlowStream"
},
"tms": {
"id": "tms",
"name": "TMS",
"total": 4,
"description": "Total.js Message Service integrator"
},
"cms": {
"id": "cmsbundle",
"name": "CMS",
"total": 4,
"description": "Total.js CMS"
}
}