Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paudirac/fsharp-seed

F# seed project to compile and run fsharp form a linux.
https://github.com/paudirac/fsharp-seed

fsharp seed

Last synced: 22 days ago
JSON representation

F# seed project to compile and run fsharp form a linux.

Awesome Lists containing this project

README

        

# F# seed project

Clone this project in a machine with docker to run fsharp under linux.

This project is using the docker image in [docker-fsharp ](https://github.com/fsprojects/docker-fsharp)
to run mono.

First bootstraps [paket](https://github.com/fsprojects/Paket) and then uses it to install [FAKE](https://fake.build/).
Then you can use FAKE to orchestrate your build.

## Getting started

Build the image
```
$ make create-image
```

and then you can run the build:
```
$ make build
```