Arlodotexe / OwlCore.Nomad

A lightweight event sourcing framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OwlCore.Nomad Version

A lightweight event sourcing framework.

This library is in prerelease and documentation is work in progress. Please return later.

Install

Published releases are available on NuGet. To install, run the following command in the Package Manager Console.

PM> Install-Package OwlCore.Nomad

Or using dotnet

> dotnet add package OwlCore.Nomad

Usage

var test = new Thing();

Financing

We accept donations here and here, and we do not have any active bug bounties.

Versioning

Version numbering follows the Semantic versioning approach. However, if the major version is 0, the code is considered alpha and breaking changes may occur as a minor update.

License

All OwlCore code is licensed under the MIT License. OwlCore is licensed under the MIT License. See the LICENSE file for more details.

About

A lightweight event sourcing framework.


Languages

Language:C# 100.0%