Plough is a library that can be used to quickly develop back-end F# functionality.
- ControlFlow: library to work fluently with a Success path that can have warnings. ControlFlow 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 buildOn Unix:
./fake.sh build