CQRS interface to cubitt-graph
This package provides a CQRS interface to cubitt-graph, allowing for manipulation of the graph by Commands and Events
Install the package and use it in your code.
npm install cubitt-graph-cqrs
import {CQRSGraph} from "cubitt-cqrs-graph";
let myCQRSGraph = new CQRSGraph();
To get started:
npm run dev
To run the unit tests:
npm run test
To generate a test coverage report:
npm run test-coverage
To generate documentation:
npm run typedoc
Generated using TypeDoc