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 🙏

© 2025 – Pkg Stats / Ryan Hefner

electronup

v0.1.1

Published

融合构建 electron 应用需要的构建工具,保留原有配置习惯的命令行工具

Downloads

5

Readme

electronup

license

electronup 是一个集成 Vite4.x、tsup6.x、electron-builder24.x 的桌面端构建工具,一个配置文件完成多环境多目标的构建包。

文档地址

文档地址 :https://quiteerjs.github.io/electronup

安装

npm install electronup -D
yarn add electronup -D
pnpm add electronup -D

特性

  • 多框架支持 : 使用 create-electronup 询问式创建项目模板 , 内置 vue3reactsolid 等项目模板。
  • Vite + tsup : 双进程热更新 , 快速开发(主进程代码修改会触发软件重启)。
  • 统一的环境变量 : dotenv 加载 , 构建时注入 , 双进程拥有相同的环境变量。
  • 模式构建 : 默认识别当前代码运行的平台输出打包程序 。
  • 可选构建功能提示 : 你将获得可选范围内支持的功能提示 , 选项式自定义构建输出。
  • TypeScript : 应用程序级 JavaScript 的语言。
  • 集中管理路径 : 解决双进程资源路径的问题。
  • 预置配置 : 内置了很多可以覆盖的构建工具配置。
  • 单文件配置 : 只需一个 electronup.config.ts 即可管理项目的运行构建。
  • 多插件 : 作者会继续开发更多无副作用的独立插件,如:创建窗口,预加载,ipc通信,更新等等。

声明

前提条件

熟悉命令行 已安装 18.0 或更高版本的 Node.js

因为使用了 tsup 构建主进程代码,所以该命令行及脚手架只支持 TypeScript ,不支持 JavaScript。

示例

https://github.com/QuiteerJs/electronup/tree/main/playground/electronup-test