konsorten / openfaas-template-typescript

Typescript template for OpenFaaS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript template for OpenFaaS

This template is based on the official node template from OpenFaaS. It allows you to write your function in Typescript, that will be compiled to javascript during the build process.

Usage

faas-cli template pull https://github.com/konsorten/openfaas-template-typescript
faas-cli new my-typescript-function --lang node-typescript

About

Typescript template for OpenFaaS

License:MIT License


Languages

Language:JavaScript 83.6%Language:TypeScript 16.4%