NPM Publish

Publish the create-cmp CLI to npm as the `create-cmp-cli` package. Use this when the user asks to "publish create-cmp to npm", "release a new version", "ship create-cmp-cli", "npm publish this", "cut a release", or wants `npx create-cmp-cli` to work. Runs unattended when a granular npm token is installed in the user's `~/.npmrc` (one-time user setup — see Auth); falls back to interactive `npm login` otherwise. Runs the safety gate (clean git tree, tests green, on main), bumps the version, updates the changelog, publishes, verifies on the registry, and pushes the tag + GitHub release.

kvdm-co-pilot Updated

File contents

kvdm-co-pilot/create-cmp/tree/main/.claude/skills/npm-publish commit 5975e3e7c8

Frequently asked questions

npx skillmds@latest add kvdm-co-pilot/npm-publish