@muspellheim/shared

v0.28.2

Published

Readme

Shared

Build NPM Version

Some shared modules from my projects.

Installation

npm install @muspellheim/shared

Usage

import { ConfigurableResponses, OutputTracker } from "@muspellheim/shared";

See more at https://falkoschumann.github.io/muspellheim-shared-js/

Contributing

The Makefile runs the build as the default task. Other tasks are

  • test: run all tests,
  • format: format source code

Credits