@williamthorsen/nmr-core
v0.3.0
Published
Shared utilities for node-monorepo-tools packages
Maintainers
Readme
@williamthorsen/nmr-core
Shared utilities for node-monorepo-tools packages.
This package serves as the shared library foundation for the monorepo. For the nmr CLI tool, see @williamthorsen/nmr.
Release notes — v0.3.0 (2026-04-23)
Features
Scaffold audit.yaml workflow from audit-deps init (#277)
Adds GitHub Actions workflow scaffolding to
audit-deps init. Running the command now writes both.config/audit-deps.config.jsonand.github/workflows/audit.yamlin the target repo, so that consumers no longer have to copy the canonical caller workflow by hand from this repo. The workflow content is shipped as a bundled template that ships to npm, and the repo's own workflow is kept byte-identical to that template via a consistency test — the canonical workflow cannot silently drift from what is published.
Installation
pnpm add -D @williamthorsen/nmr-core