A library of shared pure functions.
This project is now available as a private package on npm.
npm install @mindfulness/utils
This is a module, so the only way to run local is by running tests.
npm run test:one
Development:
To publish a new version of the repo run:
npm publish
Which essentially tests, builds, bumps the package version, and deploys the tag to git and deploy to npm.
Run npm run test
to run tests agains this library.