Skip to content

Commit 575ae75

Browse files
added TypeScript templates
Signed-off-by: Goncalo Oliveira <[email protected]>
1 parent 3ee2d45 commit 575ae75

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

templates.json

+18
Original file line numberDiff line numberDiff line change
@@ -376,5 +376,23 @@
376376
"description": "ASPNET Functions C# controller template",
377377
"repo": "https://github.com/goncalo-oliveira/faas-aspnet-template",
378378
"official": "false"
379+
},
380+
{
381+
"template": "typescript",
382+
"platform": "x86_64",
383+
"language": "TypeScript",
384+
"source": "goncalo-oliveira",
385+
"description": "TypeScript + Node 14 + Express template",
386+
"repo": "https://github.com/goncalo-oliveira/faas-typescript-template",
387+
"official": "false"
388+
},
389+
{
390+
"template": "typescript-fastify",
391+
"platform": "x86_64",
392+
"language": "TypeScript",
393+
"source": "goncalo-oliveira",
394+
"description": "TypeScript + Node 14 + Fastify template",
395+
"repo": "https://github.com/goncalo-oliveira/faas-typescript-template",
396+
"official": "false"
379397
}
380398
]

0 commit comments

Comments
 (0)