This library is intended for use in development of Polarity Integrations.
Documentation for this library can be found at: https://polarityio.github.io/polarity-integration-utils/
| Tool | Version | Notes |
|---|---|---|
| Node | 18.x | nvm install 18 && nvm use 18 recommended |
| npm | 9.x | Ships with Node 18 |
npm ci
npm run build
npm test
npm run lint
npm run lint:fix
npm run format
npm run format:check
npm run docs
All pull-requests run the same build → lint → test pipeline in GitHub Actions.
Ensure local runs are green before opening a PR.