Skip to content

Commit

Permalink
added TypeScript templates
Browse files Browse the repository at this point in the history
Signed-off-by: Goncalo Oliveira <[email protected]>
  • Loading branch information
goncalo-oliveira committed Feb 19, 2021
1 parent 3ee2d45 commit 575ae75
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,5 +376,23 @@
"description": "ASPNET Functions C# controller template",
"repo": "https://github.com/goncalo-oliveira/faas-aspnet-template",
"official": "false"
},
{
"template": "typescript",
"platform": "x86_64",
"language": "TypeScript",
"source": "goncalo-oliveira",
"description": "TypeScript + Node 14 + Express template",
"repo": "https://github.com/goncalo-oliveira/faas-typescript-template",
"official": "false"
},
{
"template": "typescript-fastify",
"platform": "x86_64",
"language": "TypeScript",
"source": "goncalo-oliveira",
"description": "TypeScript + Node 14 + Fastify template",
"repo": "https://github.com/goncalo-oliveira/faas-typescript-template",
"official": "false"
}
]

0 comments on commit 575ae75

Please sign in to comment.