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

qq-terminal

v1.1.0

Published

qq(齐趣)-程序框架命令行工具

Readme

命令行工具qq-terminal

安装说明

  1. 提前安装NodeJs环境,建议16.x稳定版本
  2. 克隆qq-terminal仓库,默认master最新分支或切到指定版本分支
  3. cd到qq-terminal文件夹内:
    1. 在cmd中运行npm i安装依赖
    2. 在cmd中运行npm link进行全局安装
    3. 在cmd中运行qq -h查看帮助,正常显示表示安装成功

命令一览

| 命令 | 说明 | | --- | --- | | xls | 发布配置表(将cfg仓库的xls表格转化成程序配置) | | cfg | 发布Java服务端框架配套配置表(将cfg仓库的xls表格转化成程序配置) | | module | 框架模块相关 | | ccextend | 更新CocosCreator使用的qq-ccextend仓库的插件。可在clientCfg.json中定义ccextends: ['xxx'] | | txt | 导出工程里的scene和prefab包含的静态文本,默认遍历工程下的assets和extensions文件夹 | | xml | 解析common仓库的xml消息定义,生成TS代码 | | client | 前端工程项目相关命令 | |||

  • 控制台执行方式:qq [command] [options]
  • 查看命令行工具帮助:qq -h
  • 查看命令行工具版本:qq -V
  • 查看指定命令帮助:qq [command] -h

qq xls

旧版,准备废弃。

qq cfg

| 参数 | 说明 | | --- | --- | |-p, --pull|发布前先执行git pull更新cfg仓库| |-l, --lang [language key]|发布指定语言的cfg, 默认为zhCH, 多个语言用,分隔key: qq cfg -l zhCH,enUS| |-e, --encrypt|AES加密| |--outdir [dir path]|配置表输出目录名,前端默认为./assets/xlscfg,NodeJs后端默认暂定为./xlscfg| |--audit|一并发布提审表格| |||

qq module

| 参数 | 说明 | | --- | --- | | -p, --pull | 发布前先执行git pull更新qq-node_modules仓库 | | -c, --copy [module name] | 根据clientCfg.json的modules复制需要的依赖模块到项目的node_modules目录 | | -r, --remove [module name] | 删除模块 | |||

qq ccframework

| 参数 | 说明 | | --- | --- | | --url | 仓库地址,可在clientCfg.json中定义ccframework:{url:"xxx"}配置。 | |||

qq ccextend

| 参数 | 说明 | | --- | --- | | -i, --install | 进入到插件目录执行npm install安装插件依赖(首次更新插件需要传递此参数) | |||

qq txt

| 参数 | 说明 | | --- | --- | |无|无| |||

qq xml

| 参数 | 说明 | | --- | --- | | -p, --pull | 发布前先执行git pull更新common仓库 | |||

qq client

| 参数 | 说明 | | --- | --- | | -i, --init | 初始化工程目录 | | --npmi [package] | 对应npm install安装node模块 | | --npmuni | 对应npm uninstall卸载node模块 | | -D, --dev | 依赖写到devDependencies | | --xlsMode [mode] | 默认使用新版规范, 1:使用旧版规范 | |||