About this project

This project is a Node.js monorepo managed with pnpm that provides a set of general-purpose utility functions. It is structured as a collection of packages (such as arrays) to provide modular utility tools. The repository includes a comprehensive development workflow featuring: - Type checking and linting - Automated testing with coverage reporting - A custom runner (`nmr`) for executing project-level or package-level scripts - An automated publishing pipeline using npm trusted publishing (OIDC) and GitHub Actions to handle versioning, changelogs, and npm registry deployment.