Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paudirac/fsharp-seed
- Owner: paudirac
- Created: 2017-07-07T21:58:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T22:44:08.000Z (over 7 years ago)
- Last Synced: 2024-11-13T21:43:06.478Z (3 months 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
```