Skip to content

mindfulness-com/mcom-utils

Repository files navigation

Mindfulness.com Shared Utils

A library of shared pure functions.

Install

This project is now available as a private package on npm. npm install @mindfulness/utils

Development

This is a module, so the only way to run local is by running tests. npm run test:one

Principles

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.

Publishing

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.

Testing

Run npm run test to run tests agains this library.

About

Utility functions for typescript projects

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors