https://github.com/lucasteles/fsharp-monogame-template
https://github.com/lucasteles/fsharp-monogame-template
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasteles/fsharp-monogame-template
- Owner: lucasteles
- Created: 2021-04-14T15:52:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T15:03:52.000Z (about 2 years ago)
- Last Synced: 2023-07-18T15:27:11.966Z (about 2 years ago)
- Language: F#
- Size: 43.9 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fsharp-monogame-template
## Build
```
dotnet tool restore
dotnet build
```## Run
```
dotnet run
```## Format
```
dotnet fantomas .
```