graphlet-utils

Reusable Utilities for Graphlets

Usage no npm install needed!

<script type="module">
  import graphletUtils from 'https://cdn.skypack.dev/graphlet-utils';
</script>

README

Graphlet Utilities

This module contains common functionality that can be reused in any graphlet.

Importing the Library into a Graphlet

Add the following dependency to your graphlet's package.json:

{
  "dependencies": {
    ...
    "graphlet-utils": "file:../graphlet-utils"
  }
}

Testing

  • jest is used as testing framework
  • call npx jest to execute the tests
    • use --watch argument for starting jest in watch mode
    • use --coverage argument for calculating code coverage