@reekon-tools/boldr-utils
v1.6.37
Published
Shared utilities for formulas and measurement conversion used in Reekon apps
Readme
BOLDR Utils
Utilies for BOLDR Pro
Intro
BOLDR Utils is a collection of types and utility functions written to be used across BOLDR web and mobile for consistency and reliability. This package must:
- Be consumable in React Native (Metro bundler)
- Be consumable in Remix (Node/ESM, often using Vite or Webpack)
- Be written in TypeScript
- Be published cleanly to npm
Publishing
To publish the package to NPM, be sure to build it. Then, run
npm publish --access public