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

atm-droid

v1.0.32

Published

ATM Token Manager CLI - 跨平台 Factory Token 管理工具

Readme

ATM Client CLI

跨平台 Factory Token 管理工具,支持 Windows / macOS / Linux。

安装

# 全局安装
npm install -g atm-client

# 或本地安装后链接
cd atm-cli
npm install
npm link

使用

# 查看帮助
atm --help

# 登录(使用激活码)
atm login ABC-DEF-123

# 查看账号列表
atm list

# 切换账号(交互式选择)
atm switch

# 切换到指定账号
atm switch 1

# 查看当前状态
atm status

# 检查余额并自动切换
atm check

# 启动后台服务(实时同步)
atm start

# 停止后台服务
atm stop

# 退出登录
atm logout

功能

  • ✅ 激活码登录
  • ✅ 多账号管理
  • ✅ 手动切换账号
  • ✅ 自动切换(余额用完时)
  • ✅ 后台服务(WebSocket 实时同步)
  • ✅ 自动写入 ~/.factory/auth.json

后台服务

启动后台服务后,会保持与服务器的 WebSocket 连接:

  • 实时接收 Token 更新
  • 自动刷新 auth.json
  • 余额用完自动切换
atm start   # 启动
atm stop    # 停止
atm status  # 查看状态

配合 crontab 使用(Linux/macOS)

如果不想运行后台服务,可以用 crontab 定时检查:

# 每分钟检查一次
* * * * * /usr/local/bin/atm check

配置文件位置

  • 配置: ~/.config/atm-client/config.json
  • Factory 认证: ~/.factory/auth.json