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

@skill_elysia_maker/linux-helper-windows

v1.0.0

Published

Linux 命令助手:独立 Windows 桌面应用(内置 JRE,无需安装 Java/Node)。内置 471 条 Docker/K8s/Nginx/Git/数据库/网络/系统常用命令的中文解释与示例,支持中文搜索、自动补全、一键复制。

Readme

@skill_elysia_maker/linux-helper-windows

Linux 命令助手的 Windows 发行包(npm 分发)。

内置 471 条 Docker / K8s / Nginx / Git / 数据库 / 网络 / 系统常用命令, 中文解释 + 示例 + 关键词,支持中文搜索、自动补全、一键复制、按分类筛选。

打包后的 exe 自带 JRE,目标电脑无需安装 Java / Node / 数据库。

安装

npm i -g @skill_elysia_maker/linux-helper-windows
# 国内网络可加镜像:
npm i -g @skill_elysia_maker/linux-helper-windows --registry=https://registry.npmmirror.com

安装后自动解压到 %LOCALAPPDATA%\LinuxHelper,并创建开始菜单快捷方式 「Linux 命令助手」。

启动:

linux-helper --launch
# 未全局安装时:
npx @skill_elysia_maker/linux-helper-windows --launch

使用

  1. 双击 LinuxHelper.exe(或开始菜单「Linux 命令助手」)
  2. 输入自定义端口(默认 8080)
  3. 点「启 动」→ 自动打开浏览器 http://127.0.0.1:<端口>/
  4. 「检查更新」可在线升级到最新版(数据不受影响,自动重启)

更新

  • exe 内更新:点「检查更新」按钮,自动从 npm registry 下载最新版替换。
  • 命令行更新:重新 npm i -g @skill_elysia_maker/linux-helper-windows(会覆盖解压), 或直接下载最新版发行 zip。

数据与日志

  • 数据库(H2 文件库):exe 同目录 data\linux_helper.mv.db
  • 运行日志:exe 同目录 linux-helper.log
  • 更新只替换程序文件,data/ 与日志保留。