@frost_with_snow/dsh-plugin-manager
v1.0.0
Published
Web dashboard for managing custom dsh plugins — enable/disable without CLI
Maintainers
Readme
@frost_with_snow/dsh-plugin-manager
个人 dsh 插件管理控制台。
功能
- Web UI 控制台(端口 12333)
- 双来源插件列表:本地文件 + npm 远程搜索(
@frost_with_snow/dsh-*) - 一键启用/禁用本地插件
- npm 远程插件可一键安装
- 重启 dsh 后生效
安装
# 通过 npm 安装
npm install -g @frost_with_snow/dsh-plugin-manager
# 或通过 link 安装(开发模式)
npx dsh plugin add link:C:\path\to\dsh-plugin-manager使用
- 启动 dsh:
npx dsh --profile web - 访问管理界面:
http://127.0.0.1:12333 - 在界面中查看/启用/禁用插件
- 重启 dsh 使更改生效
技术栈
- 纯 Node.js,零依赖
- 内置 HTTP 服务器 + 静态文件服务
- npm 注册表搜索 + cordis.patch.yml 管理
许可证
MIT
