1.0.8 • Published 1 year ago

bpmn-metrics v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

bpmn-metrics

A nodejs library written with Typescript to calculate metrics of BPMN diagrams.

Disclaimer: This is a work in progress not meant for production yet.

Documentation

Install

With npm: npm install bpmn-metrics

Also available with yarn: yarn add bpmn-metrics


Usage

There is a default export that includes all implemented metrics in an array. There are also separate named exports for all implemented metrics

    import bpmn_metrics from "bpmn-metrics"
    bpmn_metrics.default
    bpmn_metrics.NOA

Metrics Supported

More on metrics in Metrics.md.

AGD, CFC, CLA, CNC, DENSITY, GH, GM, MGD, NMF, NOA, NOAJS, NSFA, NSFE, NSFG, TNG, TS


Contribute to the library

  • Create issues in github for any bugs or unsupported things found.
  • Read the code documentation in docs.md
  • To run the project: ts-node --esm index.ts. If ts-node not installed: npm i -g ts-node.
  • To run tests(testing done with Jest): npm test
  • TDD is necessary. More details in the Testing section of docs.md.
1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago