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: 14 days ago
JSON representation
F# seed project to compile and run fsharp form a linux.
- Host: GitHub
- URL: https://github.com/paudirac/fsharp-seed
- Owner: paudirac
- Created: 2017-07-07T21:58:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T22:44:08.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T23:13:33.891Z (over 1 year ago)
- Topics: fsharp, seed
- Language: Makefile
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```