sourced

v2.0.9
Tiny framework for building models with the event sourcing pattern (events and snapshots).

build

babel src -d dist

docs

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

lint

eslint src __tests__

lint:fix

eslint --fix src __tests__

markdown

mocha -R markdown -t 5000 > docs/docs.md

test

jest --config jest.json --coverage --verbose

test:watch

jest --config jest.json --watch --coverage --verbose

precommit

npm run lint:fix && npm run test

prepublish

npm run build

semantic-release

semantic-release

Metadata

Downloads