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

mp1-npm-cli

v1.0.0

Published

mp小项目开发脚手架

Readme

安装

npm i mini-center-cli -g

准备工作

一、使用mini view需安装支付宝小程序alipay-dev并进行初始化配置 npm install alipay-dev -g alipay-dev初始化: 1、运行 alipaydev key create -w 生成密钥。 2、运行 alipaydev key upload 自动打开浏览器配置页或直接前往 工具密钥设置 页面,配置工具公钥(第一步中生成的 公钥)以及设置 IP 白名单(可选),设置完成后系统会为您分配一个工具 ID(toolId)。 3、工具密钥设置页面配置完成后,运行配置命令,设置第一步中生成的私钥和第二步系统分配的工具 ID(toolId)。alipaydev config set -i {工具id}

二、使用mini view需安装百度小程序命令行工具 npm i swan-toolkit -g 需要将百度本地登录秘钥填写至mp-fang-ultimate工程中cli.config.json本地文件里的bdToken属性 百度登录秘钥获取方式:在百度智能小程序开发者工具(版本高于 2.4.1)中登录后,可通过"菜单-关于-复制登录密钥"获取。

三、修改本地mp-fang-ultimate工程中cli.config.json本地文件配置(注意cli.config.json不要同步到远程) LocalWeChat:微信开发者工具本地安装路径 mpFangUlimate: mp-fang-ultimate工程本地路径 wubaWeapp: wuba-weapp宿主工程本地路径 bdWeappUltimate: bd-weapp-ultimate百度宿主工程本地路径 viewQrPath: 存放生成的预览二维码路径 alipayAppid: 支付宝小程序appid bdToken: 百度登录秘钥

cli命令

mini new 创建开发分支
mini test 开发分支打包(用于提测/自测)
mini release(rl) 合并master打包(上线) mini publish(pb) mps一键发包
mini view 自动生成小程序预览码