cli-blueprint 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/install.mjs +3 -1
  2. package/package.json +1 -1
package/install.mjs CHANGED
@@ -431,6 +431,8 @@ if (cmd === 'list') {
431
431
  node install.mjs check
432
432
  node install.mjs uninstall
433
433
  node install.mjs list
434
- node install.mjs ides`)
434
+ node install.mjs ides
435
+
436
+ npm 安装后(npx cli-blueprint@latest / npx cli-calctool@latest)用法相同。`)
435
437
  process.exit(1)
436
438
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cli-blueprint",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Blueprint + calctool 多 IDE 安装器:从 cli.tax 自动拉取并分发到本机所有已装 IDE(Codex/DSH/Claude/Cursor/…)。支持 check 更新检测。",
5
5
  "type": "module",
6
6
  "bin": {