pmsetter - 一个用于对Mac电脑进行电源策略控制的APP
pmsetter 是一个基于pmset命令行工具封装的图形化应用,可用于对Mac电脑进行电源策略控制。
- 源码仓库:Github
- 下载地址:Github Releases
an Electron app with React, TypeScript, and Vite.
Install the dependencies using npm
(adjust for your chosen package manager):
$ npm install
Includes HMR support for the frontend (React) code, and auto-reload for the backend (Electron/Node) code:
$ npm run dev
Preview the result of building the app:
$ npm run preview
Build the Electron app for your OS:
$ npm run build