@mindfulness/utils
    Preparing search index...

    @mindfulness/utils

    Mindfulness.com Shared Utils

    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:

    1. Avoid complexity
    2. Use functional programming to reduce complexity
    3. Use strict typing where possible
    4. Peer review where possible
    5. Test application logic
    6. Provide detailed descriptions using JSDoc format.

    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.