https://github.com/borodun/of-templates
Template for OpenFaas
https://github.com/borodun/of-templates
openfaas openfaas-template
Last synced: 7 months ago
JSON representation
Template for OpenFaas
- Host: GitHub
- URL: https://github.com/borodun/of-templates
- Owner: borodun
- Created: 2021-07-25T05:04:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T08:13:34.000Z (about 4 years ago)
- Last Synced: 2025-01-21T22:42:51.580Z (9 months ago)
- Topics: openfaas, openfaas-template
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this
OpenFaaS golang template that uses [modified classic-watchdog](https://github.com/borodun/of-watchdog). See [go classic template](https://docs.openfaas.com/cli/templates/#go-go-classic-template)#### Adding templates
```bash
faas template pull https://github.com/borodun/of-templates
faas new --listLanguages available as templates:
- cpu-go
```
#### Creating new function
````bash
faas new --lang cpu-go
````