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

local-cmd-runner

v1.0.17

Published

Run local shell commands from a web page

Readme

Local Cmd Runner

💻 Local Cmd Runner 是一个将终端命令行能力搬进网页的可视化工具。当你运行它后,它会自动唤起系统浏览器并提供一个极具现代审美(支持暗黑风全景视效)的本地版的网页控制台。完美兼容 Windows (cmd) 以及 Linux/Mac (shell)。

特性 (Features)

  • 🚀 开箱即用: 一键启动,无需复杂环境配置,自动启服并唤开系统默认浏览器。
  • 🎨 精美极客 UI: 告别枯燥的黑白框,专为极客重构的半透明模糊面板。
  • 📌 记录置顶显示: 最新的命令运行结果永远在顶部首位出现,告别辛苦下拉滚动条的折磨。
  • 毫秒级实时响应: 跨越底层调用 WebSockets 结合 Node 原生的 child_process.spawn,完美实时透传你的耗时命令输出,不会有断层。
  • 🛠️ 一键式预设: 已原生预置类似 openclaw 快捷操作面板,点一点即可快速触发高频任务(例如启动、部署等)。

怎么使唤 (Usage)

直接跳到你要跑命令的任意项目目录下,用下面的方式拉起工具。

方式一:不安装直接云端拉起(推荐)

不需要任何前置的手动安装,只需使用 npx

npx local-cmd-runner

方式二:全局安装到系统

如果觉得工具很趁手想随时用:

  1. 先全局安装:
npm install -g local-cmd-runner
  1. 随后在任何目录下都能敲这个注册好的命令:
local-cmd

协议 (License)

ISC path fix