Skip to content
/ Fescq Public

a little F# library for managing an event store

License

Notifications You must be signed in to change notification settings

jltrem/Fescq

Repository files navigation

Fescq

F# / Event Store / Command & Query

pronounce it like fescue, the grass

under development!


NuGet

Package Stable Prerelease
Fescq NuGet Badge NuGet Badge

Developing

Make sure the following requirements are installed on your system:

or


Building

> build.cmd <optional buildtarget> // on windows
$ ./build.sh  <optional buildtarget>// on unix

see MiniScaffold for project structure & build details