https://github.com/persimmon-projects/persimmon.demo
https://github.com/persimmon-projects/persimmon.demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/persimmon-projects/persimmon.demo
- Owner: persimmon-projects
- License: mit
- Created: 2014-11-20T06:04:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T23:51:09.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T15:35:16.018Z (over 1 year ago)
- Language: F#
- Size: 5.26 MB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Persimmon.Demo
[](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.