@robinmalfait/event-source
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

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!

/@robinmalfait/event-source/

    Package Sidebar

    Install

    npm i @robinmalfait/event-source

    Weekly Downloads

    1

    Version

    0.0.12

    License

    MIT

    Unpacked Size

    27 kB

    Total Files

    7

    Last publish

    Collaborators

    • malfaitrobin