/mu-helpers

Primary LanguageTypeScript

mu-helpers

javascript package providing all the things you can import in the javascript-template of semantic.works.

Development

To use this locally you'll need to build the typescript and link into your project:

git clone <this-repo>
cd <this-repo-dir>
npm install
npm run build
npm link
cd <your-code-repo>
npm link mu-helpers