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 🙏

© 2024 – Pkg Stats / Ryan Hefner

pupbot

v1.1.9

Published

PupBot 命令行工具

Downloads

60

Readme

PupBot CLI

除bin目录外, 其他文件应在lib 目录. PupBot CLI 是框架的命令行工具,就是你启动框架的 pup 命令。

CLI 全称 Command Line Interface,命令行界面。 你可以使用它来辅助生成配置文件、安装插件和依赖、启动框架等。

输入 pup 命令即可查看 CLI 的详细用法,下表列出了 CLI 的所有命令及其说明。

PupBot CLI 命令列表

| CLI 命令 | 功能与说明 | | --------------------- | ------------------------------------------ | | pup | 显示 PupBot CLI 命令帮助 | | pup -v | 显示 PupBot CLI 版本号 | | pup init | 初始化框架配置和入口文件 | | pup init --force | 初始化框架配置和入口文件并覆盖原有配置 | | pup init --install | 初始化框架配置和入口文件并安装依赖 | | pup init --start | 初始化框架配置和入口文件并安装依赖且启动 | | pup install | 安装依赖文件,可选传入指定依赖进行安装 | | pup start | 通过生成的 config.json 配置文件启动框架 | | pup deploy | 通过 pm2 将框架进程部署在后台 | | pup log | 查看 pm2 框架进程日志 | | pup list | 查看 pm2 后台进程列表 | | pup stop | 通过 pm2 停止框架进程 | | pup delete | 通过 pm2 删除后台框架进程 | | pup create | 引导生成插件开发模板,支持 JS/TS | | pup update | 检查脚手架新版本,并自动更新框架和其他依赖 | | pup fix --device | 修复命令,--device 随机修改设备 IMEI |

MIT 开源协议