An open API service indexing awesome lists of open source software.

https://github.com/hayer/faas-fsharp-template

F# template for OpenFaaS-cli.
https://github.com/hayer/faas-fsharp-template

faas faas-cli fsharp

Last synced: 29 days ago
JSON representation

F# template for OpenFaaS-cli.

Awesome Lists containing this project

README

          

# F# Template for [OpenFaaS-cli](https://github.com/openfaas/faas-cli)

## Usage

```shell
faas-cli template pull https://github.com/hayer/faas-fsharp-template
faas-cli new myfunction --lang fsharp
```

You will find the newly created directory ```myfunction```:
* Function.fsproj : project definition
* FunctionHandler.fs : entry point
* ```type RequestParameters``` example of type for deserializing input parameters

#### Feel like something is missing? Open an issue!