These templates extend the list of available templates by the OpenSaaS community.
Currently I only have one template, which is the node16-ts
Using the following command you can pull the templates
faas-cli template pull https://github.com/tim-brand/openfaas-templates
This template supports the use of Typescript. The build process will take place during the docker build.
faas-cli new my-ts-function --lang node16-ts