1.0.1 • Published 9 years ago
cubitt-events v1.0.1
Cubitt Events
Typescript CQRS event library for the Cubitt framework.
About
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.
Features
- 16 graph operation events for a human readable event stream.
Usage
Install the package and then use it in your code.
npm install cubitt-eventsimport * as Events from "cubitt-events";Documentation
For developers
To get started:
npm run devTo run the unit tests:
npm run testTo generate a test coverage report:
npm run test-coverageTo generate documentation:
npm run typedoc