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

simple-code-cli

v0.1.7

Published

一款简单的终端 AI 编码助手

Readme

simple-code-cli

更适合中国宝宝体质的终端 AI 编码工具。

为什么做这个?

最近很多很火的终端工具都是国外的,本人自己使用的感觉是很贵并且受网络影响太大,于是心血来潮自己做了一个终端编码工具,就是 simple。目前是使用 DeepSeek 的 key 来驱动,使用方法和 Claude Code 以及 Codex 差不了多少,自己使用下来体验感还不错。

优点

中文友好 — 全中文界面

很便宜 — 从零开发到现在,API 使用成本没超过 2 RMB,有时候 token 数量看着吓人,但转化成成本很少

简陋的长效项目记忆 — simple 会在每一轮对话后强制保存一个简洁的压缩记忆到当前路径的 simple.md

缺点

simple的框架肯定没法和主流的终端工具相提并论,而且开发时间很短,是一个简单的先行版,肯定会有很多 bug。这个项目我会一直开发下去,不断地优化。如果有幸被大家使用,希望多多包涵,也希望能多多反馈问题,万分感谢。

安装

首先确保电脑上已安装 Node.js(>= 18),然后在终端里执行:

npm install -g simple-code-cli

安装成功后,在任意路径下输入 simple 就可以启动:

simple

首次运行会引导你输入 DeepSeek API Key,密钥存储在本地 ~/.simple-code/config.json

协议

GPL-3.0