Plough is a library that can be used to quickly develop back-end F# functionality.
- WebApi: Library to design web api with shared api server/client definition project. Plough.WebApi has compatibility with F# Fable.
In order to install the dependencies, build the projects and run the tests just type the following commands:
On windows:
./fake.cmd build
On Unix:
./fake.sh build
- Open
release.ps1
and place your NUGET_TOKEN and GITHUB_TOKEN. This file is in.gitignore
so it should be difficult to push your keys to github. - Run
.\release.ps1
NUGET_TOKEN=myNugetToken GITHUB_TOKEN=myGithubToken ./fake.sh build -t Release