0.0.12 • Published 1 year ago

@robinmalfait/event-source v0.0.12

Weekly downloads
48
License
MIT
Repository
-
Last release
1 year ago

Event Source

Node CI

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.

pnpm start

Start the build in watch mode, which makes it easy to make incremental builds.

pnpm build

Build the package!

pnpm test

Runn all the tests!

0.0.11

1 year ago

0.0.12

1 year ago

0.0.3

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

4 years ago

0.0.1

4 years ago