From 8598150bd32bd6bca597d0e3026ac85deaf70729 Mon Sep 17 00:00:00 2001 From: Peder Husom Date: Tue, 4 Jun 2019 21:55:36 +0200 Subject: [PATCH] Added F# template Signed-off-by: Peder Husom --- templates.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates.json b/templates.json index 84476f3..fa8b602 100644 --- a/templates.json +++ b/templates.json @@ -385,5 +385,14 @@ "description": "Perl language template based on Alpine image", "repo": "https://github.com/tmiklas/openfaas-perl-templates", "official": "false" + }, + { + "template": "fsharp", + "platform": "x86_64", + "language": "F#", + "source": "openfaas", + "description": "F# template for OpenFaaS", + "repo": "https://github.com/hayer/faas-fsharp-template", + "official": "true" } ]