README
Event Source
A node library for writing event sourced applications.
Usage
import {
Aggregate,
Command,
Event,
abort,
createEventMapper,
createEventSource,
createProjector,
createTestEventStore
} from '@robinmalfait/event-source';
Local Development
Below is a list of commands you will probably find useful.
or npm startyarn start
Start the build in watch mode, which makes it easy to make incremental builds.
or npm run buildyarn build
Build the package!
or npm testyarn test
Runn all the tests!