druidworks-toolkit
v1.4.0
Published
This package houses all the common stuff
Downloads
13
Readme
toolkit
This repository will hold all the common stuff
Package Manager
This repository uses Yarn
npm i -g yarn
yarn installCompiler
This project makes use of TypeScript
yarn buildTesting
We are using Jest to test all utility functions
yarn testPublishing
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