pi-package-updater

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

pi-package-updater

Pi extension: startup update notifier + interactive changelog reviewer for outdated pi packages.

Features

  • Startup notice — compares every installed pi package against the registry's latest dist-tag and shows a one-line notice when updates exist.
  • /updates [pkg] — full-screen pager with release notes per outdated package:
    • ↑↓ scroll line-by-line, space/b page, g/G jump to top/bottom
    • ←→ switch between packages
    • u upgrade the current package in-place
    • q / Escape close
  • GitHub compare link — links to the full diff on GitHub when a repo is detected (tag format auto-detected from releases).
  • Pin-aware — reads the real installed version from node_modules, so pinned sources (npm:pkg@x.y.z) still surface newer releases.

Install

pi install npm:pi-package-updater

Development

npm install
npm test

License

MIT