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

@filebox/cli

v1.0.3

Published

FileBox CLI — self-hosted file workspace command line tool

Downloads

303

Readme

@filebox/cli

FileBox 命令行工具,用于管理工作区、驱动配置和文件传输任务。

安装

pnpm add -g @filebox/cli

使用

filebox --help
filebox init
filebox config --add
filebox list
filebox market search video
filebox market view netflix-player
filebox market install netflix-player
filebox market install ./my-plugin.fbpkg
filebox market install https://example.com/webdav.driver.js
filebox market uninstall netflix-player

常用命令:

  • init:初始化当前工作区。
  • config:管理驱动配置。
  • auth:管理认证信息。
  • list / tree / stat:查看文件。
  • upload / download:上传和下载。
  • copy / move / rename / remove / mkdir:文件操作。
  • webdav / ftp / http:启动本地服务。
  • market:查询、安装、卸载和更新插件或驱动,支持包 ID、本地文件和 URL。

默认读取当前目录下的 data/filebox.json。 插件市场地址可写入 filebox.jsonmarketplace.registry,也可以用 --registry 临时指定。

License

MIT