druidworks-toolkit

This package houses all the common stuff

Usage no npm install needed!

<script type="module">
  import druidworksToolkit from 'https://cdn.skypack.dev/druidworks-toolkit';
</script>

README

toolkit

This repository will hold all the common stuff

Package Manager

This repository uses Yarn

npm i -g yarn
yarn install

Compiler

This project makes use of TypeScript

yarn build

Testing

We are using Jest to test all utility functions

yarn test

Publishing

Once you have added your util, you will need to commit your changes to git, preferably with a PR.

After the changes have been merged into the master branch, we must publish & bump the package version (commiting this back into master).

yarn publish
git add .
git commit -m "vX.X.X"
git push