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

https://github.com/lucasteles/fsharp-monogame-template


https://github.com/lucasteles/fsharp-monogame-template

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# fsharp-monogame-template

## Build

```
dotnet tool restore
dotnet build
```

## Run

```
dotnet run
```

## Format

```
dotnet fantomas .
```