npm-publish-tool

Installation
SKILL.md

npm Publish Tool

Use Bun as the package manager and release runner. Publish standard npm-compatible artifacts. Make the project conform to one of the two approved layouts below, then run the complete publishing workflow. Apply the package-shape and registry advice in the npm publishing research through Bun commands.

Approved Layouts

1. One package

<package-root>/
  src/
    index.ts
    cli.ts      # CLI packages only
  dist/         # generated JavaScript and declarations
  package.json
  bun.lock
  README.md
  LICENSE
Installs
25
GitHub Stars
1
First Seen
12 days ago
npm-publish-tool — andrueandersoncs/skills