zordok-pi-web-plugin-ideas

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

原始内容

pi-web-plugins

Monorepo for standalone Pi Web plugin packages.

Plugins

Install

After the package is published:

pi install npm:@zordok/pi-web-plugin-ideas

For development or pre-release testing from GitHub:

pi install git:github.com/ZoRDoK/pi-web-plugins

Restart/reload Pi Web after installation. Pi Web discovers piWeb.plugins from installed Pi packages and serves the plugin from /pi-web-plugins/manifest.json.

Development

npm install
npm run verify
npm run pack:dry

Quality gates:

  • TypeScript typecheck
  • ESLint
  • Knip dead-code check
  • Gitleaks secret scan
  • Vitest tests
  • TypeScript build