Skip to content

OpenFaaS Templates for using Typescript

License

Notifications You must be signed in to change notification settings

tim-brand/openfaas-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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