OZ
ozzymcduff/FSharpPlus.Suave
Trying out usage of Suave together with F#+ combinators
FSharpPlus.Suave
[Enter useful description for FSharpPlus.Suave]
Builds
| MacOS/Linux | Windows |
|---|---|
Nuget
| Stable | Prerelease |
|---|---|
Building
Make sure the following requirements are installed in your system:
- dotnet SDK 2.0 or higher
- Mono if you're on Linux or macOS.
> build.cmd // on windows
$ ./build.sh // on unix
Watch Tests
The WatchTests target will use dotnet-watch to watch for changes in your lib or tests and re-run your tests on all TargetFrameworks
./build.sh WatchTests
Releasing
git add .
git commit -m "Scaffold"
git remote add origin origin https://github.com/user/MyCoolNewLib.git
git push -u origin master
paket config add-token "https://www.nuget.org" 4003d786-cc37-4004-bfdf-c4f3e8ef9b3a
- Then update the
RELEASE_NOTES.mdwith a new version, date, and release notes ReleaseNotesHelper
#### 0.2.0 - 2017-04-20
* FEATURE: Does cool stuff!
* BUGFIX: Fixes that silly oversight
- You can then use the
Releasetarget. This will:- make a commit bumping the version:
Bump version to 0.2.0and add the release notes to the commit - publish the package to nuget
- push a git tag
- make a commit bumping the version:
./build.sh Release
On this page
Languages
F#91.3%Shell7.8%Batchfile0.9%
Contributors
MIT License
Created March 3, 2018
Updated December 31, 2023