-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplates.json
More file actions
170 lines (170 loc) · 5.62 KB
/
Copy pathtemplates.json
File metadata and controls
170 lines (170 loc) · 5.62 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
[
{
"name": "Node.js",
"value": "node",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/node.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/node.zip",
"folder": "node",
"ports": []
},
{
"name": "Node.js TypeScript",
"value": "node-ts",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/typescript.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/node-ts.zip",
"folder": "node-ts",
"ports": []
},
{
"name": "Node.js Fastify",
"value": "node-fastify",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/fastify.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/node-fastify.zip",
"folder": "node-fastify",
"ports": [3000]
},
{
"name": "Python",
"value": "python",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/python.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/python.zip",
"folder": "python",
"ports": []
},
{
"name": "Python FastAPI",
"value": "python-fastapi",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/fastapi.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/python-fastapi.zip",
"folder": "python-fastapi",
"ports": [8000]
},
{
"name": "Go",
"value": "go",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/go.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/go.zip",
"folder": "go",
"ports": []
},
{
"name": "C++",
"value": "cpp",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/cpp.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/cpp.zip",
"folder": "cpp",
"ports": []
},
{
"name": "Rust",
"value": "rust",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/rust.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/rust.zip",
"folder": "rust",
"ports": []
},
{
"name": "C",
"value": "c",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/c.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/c.zip",
"folder": "c",
"ports": []
},
{
"name": "PHP",
"value": "php",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/php.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/php.zip",
"folder": "php",
"ports": [8000]
},
{
"name": "NestJS",
"value": "nestjs",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/nestjs.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/nestjs.zip",
"folder": "nestjs",
"ports": [3000]
},
{
"name": "React",
"value": "react",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/react.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/react.zip",
"folder": "react",
"ports": [5173]
},
{
"name": "Vue",
"value": "vue",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/vue.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/vue.zip",
"folder": "vue",
"ports": [5173]
},
{
"name": "Angular",
"value": "angular",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/angular.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/angular.zip",
"folder": "angular",
"ports": [4200]
},
{
"name": "Next.js",
"value": "nextjs",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/nextjs.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/nextjs.zip",
"folder": "nextjs",
"ports": [3000]
},
{
"name": "Nuxt",
"value": "nuxt",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/nuxt.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/nuxt.zip",
"folder": "nuxt",
"ports": [3000]
},
{
"name": "Static HTML/CSS/JS",
"value": "static-server",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/html.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/static-server.zip",
"folder": "static-server",
"ports": [8080]
},
{
"name": "Laravel",
"value": "laravel",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/laravel.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/laravel.zip",
"folder": "laravel",
"ports": [8000]
},
{
"name": "AdonisJS",
"value": "adonis",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/adonis.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/adonis.zip",
"folder": "adonis",
"ports": [3333]
},
{
"name": "Java",
"value": "java-vanilla",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/java.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/java-vanilla.zip",
"folder": "java-vanilla",
"ports": []
},
{
"name": "Spring Boot",
"value": "java-springboot",
"icon": "https://github.com/RawZ06/codespaces-template/raw/main/assets/spring.svg",
"url": "https://github.com/RawZ06/codespaces-template/raw/main/output/java-springboot.zip",
"folder": "java-springboot",
"ports": [8080]
}
]