1.4.0 • Published 4 years ago

druidworks-toolkit v1.4.0

Weekly downloads
2
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

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
1.4.0

4 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago