Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 516 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 516 Bytes

OpenFaaS Templates

These templates extend the list of available templates by the OpenSaaS community. Currently I only have one template, which is the node16-ts

Pull templates

Using the following command you can pull the templates

faas-cli template pull https://github.com/tim-brand/openfaas-templates

Available templates

node16-ts

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