Typescript CQRS command library for the Cubitt framework.
This library contains the commands available for editing the Cubitt Graph, they are handled by the command handler. For more information about the command handler, please take a look here. The commands provide 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 Graph, please take a look here.
Install the package and then use it in your code.
npm install cubitt-commands
import * as Commands from "cubitt-commands";
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