Typescript CQRS event library for the Cubitt framework.
This library contains the events raised by the command handler after editing the Cubitt Graph through commands. Events exist for all basic graph operations, such as addition and removal of nodes, edges, models and connectors. For more information about the CQRS implementation of the Cubitt framework, please take a look here.
Install the package and then use it in your code.
npm install cubitt-events
import * as Events from "cubitt-events";
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