بنقرة واحدة
npm-publish
Publish acplugin to npm with version bump, build, test, and 2FA handling
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Publish acplugin to npm with version bump, build, test, and 2FA handling
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add a new resource type converter to acplugin (e.g., adding support for converting a new Claude Code resource type)
Add support for a new target platform to acplugin (e.g., Windsurf, Zed, etc.)
Publish acplugin to npm with version bump, build, test, and 2FA handling
Publish acplugin to npm with version bump, build, test, and 2FA handling
Add a new resource type converter to acplugin (e.g., adding support for converting a new Claude Code resource type)
Add support for a new target platform to acplugin (e.g., Windsurf, Zed, etc.)
| name | npm-publish |
| description | Publish acplugin to npm with version bump, build, test, and 2FA handling |
| disable-model-invocation | true |
版本升级
npm version <major|minor|patch> --no-git-tag-version
构建 + 测试
npm run build && npm test
检查打包内容(确认无测试文件)
npm pack --dry-run
发布 账号有 2FA,需要用户手动输入 OTP:
提示用户运行: ! npm publish --access=public
Commit + Push
git add package.json package-lock.json
git commit -m "chore: bump version to $(node -p 'require("./package.json").version')"
git push
@disdjj/acplugin(scoped),必须加 --access=publicprepublishOnly 脚本会自动编译files 字段已排除 dist/__tests__/