Some shared modules from my projects.
npm install @muspellheim/shared
import { ConfigurableResponses, OutputTracker } from "@muspellheim/shared";
See more at https://falkoschumann.github.io/muspellheim-shared-js/
The Makefile
runs the build as the default task. Other tasks are
test
: run all tests,format
: format source code