npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

node-red-contrib-fox-deploy

v1.0.0

Published

Fox Control 内部自动化部署引擎,支持 ZIP 一键热更新站点

Readme

node-red-contrib-fox-deploy

Fox Control 内部自动化部署引擎,支持 ZIP 一键热更新站点

功能特性

  • 🚀 通过 Web 界面快速部署站点
  • 📦 支持 ZIP 压缩包上传
  • 🔄 自动解压并热更新到生产环境
  • 🎨 现代化的玻璃拟态 UI 设计
  • ⚡ 实时进度显示和状态反馈

安装

在 Node-RED 用户目录下运行:

npm install node-red-contrib-fox-deploy

或使用 yarn:

yarn add node-red-contrib-fox-deploy

使用方法

1. 访问部署页面

启动 Node-RED 后,访问:

http://your-node-red-ip:port/upload

2. 上传 ZIP 包

  • 点击上传区域选择 ZIP 文件
  • 或直接拖拽 ZIP 文件到上传区域
  • 点击"立即同步到生产环境"按钮

3. 访问部署的站点

部署成功后,点击"立即查看"按钮或访问:

http://your-node-red-ip:port/UI/index.html

目录结构

node-red-contrib-fox-deploy/
├── index.js              # 插件主文件
├── lib/
│   └── upload_page.html  # 上传页面
├── package.json          # 包配置文件
└── README.md            # 说明文档

配置说明

插件会自动将 ZIP 包解压到以下目录:

<Node-RED用户目录>/../public/UI/

确保该目录具有读写权限。

依赖项

  • adm-zip: ZIP 文件解压
  • fs-extra: 文件系统操作
  • multer: 文件上传处理

系统要求

  • Node.js >= 14.0.0
  • Node-RED >= 2.0.0

许可证

MIT

作者

Fox Control Team

版本历史

1.0.0

  • 初始版本发布
  • 支持 ZIP 包上传和自动解压
  • 提供现代化的 Web 部署界面