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

dynamic-cli

v0.8.10

Published

A command tool for dynamic banners

Readme

使用

第一次使用需要密码
确保安装了yarn

工具

命令工具没有在windows环境下测试,可能会出现许多问题

dynamic -h 可获取简要使用说明

运行 dynamic 即可获取webpack配置和模板,但第一次运行需要密码

运行 dynamic -g <项目文件夹> 会生成相应的模板,多个文件夹用逗号分隔。这个命令本来是为standard banner写的,现在动态banner也可以使用。

运行 dynamic -b <可选项> 会在终端显示项目文件夹列表,选择你想要打包的子项目(可多选)。之所以写这个命令是因为当有多个子项目时,webpack会打包所有的,这样会很慢。可选项是手打子项目目录(暂未开发)

运行 dynamic -z 对build后的文件进行ZIP压缩

以上命令第一次使用时要顺序运行

webpack配置和模板

下载好文件后运行 yarn 安装依赖

运行 yarn start 即可预览。(打开预览页后只会显示子项目的预览链接)

运行 yarn run prod 即可打包所有的子项目,运行 dynamic -b 可打包指定子项目

开发和注意项

待续。。。