Skip to content

demetrixbio/Plough.WebApi

Repository files navigation

Plough

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.

Install dependencies and first build

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

Releasing

On Windows:

  1. 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.
  2. Run .\release.ps1

On Unix

NUGET_TOKEN=myNugetToken GITHUB_TOKEN=myGithubToken ./fake.sh build -t Release