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

@anyknown/cli

v0.1.3

Published

Anyknown CLI — build apps locally with your own AI coding agent, push to Anyknown Cloud.

Readme

@anyknown/cli

Anyknown 的命令列工具。本地用自己訂閱的 AI coding agent(Claude Code / Codex / Gemini CLI)蓋 App,再 push 上 Anyknown Cloud。

Install

npm i -g @anyknown/cli
# 或
pnpm add -g @anyknown/cli

Quickstart

# 1. 登入(會開瀏覽器跑 device-pair)
anyknown login

# 2. 把雲端 App clone 到本地
anyknown apps clone <app-slug>

# 3. 進 App 目錄,丟給你的 AI agent 改檔
cd ~/anyknown-apps/<app-slug>

# 4. push 回雲端並觸發 build
anyknown apps push
anyknown apps build

設定

  • Credentials: ~/.anyknown/credentials.json(0600)
  • Workspace: $ANYKNOWN_APPS_DIR~/anyknown-apps
  • 覆寫 endpoint / token: ANYKNOWN_API_URL / ANYKNOWN_TOKEN

Commands

  • anyknown login / logout / whoami — 登入、登出、查身分
  • anyknown apps create / init / list / clone — 建 App、scaffold、列出、clone 到本地
  • anyknown apps dev — 本地 Node 跑 App(off-monorepo 也能跑,不需裝 private 套件)
  • anyknown apps push / build / deploy — push、build、deploy(--preview 進隔離 preview slot)
  • anyknown apps verify — smoke-verify 部署的 preview(pass / broken / inconclusive)
  • anyknown apps promote — 把 preview 推正式(需 owner/admin)
  • anyknown context plan / db-schema / feedback / build-history — 拉雲端脈絡(--json 給 agent)
  • anyknown ultrareview — 本地結構審查(advisory,不 block)

完整用法見 docs/cli-ux.md;深度實作契約見 CLAUDE.md

Repo

https://github.com/anyknown-com/product

License

MIT