Custom templates for OpenFaaS.
faas template pull https://github.com/rclement/openfaas-template
faas new --lang <template-name> <project-name>
faas build -f ./<project-name>.yml
(Optional) if using an OpenFaaS cluster, first deploy to a registry:
faas push -f ./<project-name>.yml
Assuming OpenFaas is already deployed:
faas deploy -f ./<project-name>.yml
The MIT License (MIT)
Copyright (c) 2018 Romain Clement