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

rpmpulishtool

v1.0.85

Published

用于发布rpm项目时组织游戏包结构。

Readme

rpm大厅游戏打包工具

用于rpm hall创建固定文件格式的可执行平台包

目录要求

1、electron工程同级目录需要有hall文件夹。里面需要提前放置特定的文件,例如:
——.vscode/
| app/
| hall/
|    ——platformResources/
|    |      icon_bg.png
|    |      icon_bg0.png
|    |      icon_bg1.png
|    |      icon_bg2.png
|    |      icon_bg3.png
|    |      icon_bg4.png
|    |      icon_bg5.png
|    |      icon_bg6.png
|    |      icon_bg7.png
|    | update.txt
|    | updateConfig.txt
|    ——updateinstall
| node_modules/
| package-lock.json
——package.json

2、文件详细说明
hall:固定文件夹,需要放置在electron工程目录,与package.json同级。
    platformResources:大厅显示按钮需求图片。
        icon_bg.png:大厅按钮按下图片。大小393*314的png图片
        icon_bg0.png:大厅按钮常态图片。大小393*314的png图片
        其他图片待定
    update.txt:更新内容描述。
        本次更新内容:
        我就不告诉你,我就不告诉你。气死你。
    updateConfig.txt:一个包含json内容的txt
        {
            "out_dir":"C:/",
            "name":"rpmPackager",
            "version":"01.00.00",
            "old_version":"01.00.0-1",
            "first_version":"01.00.0-2",
            "command":"electron-packager . --platform=win32 --arch=x64 --overwrite",
            "repair_name":"chenfang",
            "customer":"rpm hall",
        }
    updateinstall:大厅给的签名工具。
    

安装

npm install rpmpulishtool -g

打包方式

rpmpulishtool pi    //说明,此模式不读取updateConfig.txt,需要用户手动输入更新对应参数。(不推荐)
或者
rpmpulishtool p     //说明,此模式读取updateConfig.txt,需要用户提前配置更新对应参数。(推荐)

输出

默认会输出在hall文件夹同级目录build/中。

联系方式

暂不提供。

版权

本npm包归作者个人所有,任何机构、组织、个人使用,作者均保留法律效应。