An open API service indexing awesome lists of open source software.

https://github.com/persimmon-projects/persimmon.demo


https://github.com/persimmon-projects/persimmon.demo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Persimmon.Demo

[![Build status](https://ci.appveyor.com/api/projects/status/1xwm1wkdwq65xgwx/branch/master?svg=true)](https://ci.appveyor.com/project/pocketberserker/persimmon-demo/branch/master)

This project is sample project using Persimmon.

## How to run tests

Install Paket and other dependency libraries:

```
./.paket.bootstrap.exe
./.paket.exe restore
```

And run tests:

```
dotnet test .\tests\Persimmon.Demo\Persimmon.Demo.fsproj
dotnet test .\tests\Persimmon.Demo.Poker\Persimmon.Demo.Poker.fsproj
```

## Contributors

The poker example was implemented by @nenono and @bleis-tift.