sourced

v4.0.7
Tiny framework for building models with the event sourcing pattern (events and snapshots). Now with Typescript and browser support.
sourced event-sourcing eventsourcing cqrs typescript

build

tsc -p tsconfig.json && tsc -p tsconfig-cjs.json

docs

mocha -R doc -t 5000 > docs/docs.html

lint

eslint src __tests__

lint:fix

eslint --fix src __tests__

test

DEBUG=sourced jest --config jest.json --coverage --verbose

test:watch

DEBUG=sourced jest --config jest.json --watch --coverage --verbose

semantic-release

semantic-release

install-husky

husky install
npm i sourced

Metadata

Downloads