2023-09-21 05:00:41 +08:00
2022-07-23 20:50:11 +08:00
2022-07-23 20:54:14 +08:00
2023-08-18 01:19:51 +08:00
2023-08-18 01:19:51 +08:00
2023-08-18 01:19:51 +08:00
2023-04-17 07:57:35 +08:00

YukiHookAPI Project Builder

Blank Blank Telegram



A Xposed Project Builder by YukiHookAPI.

English | 简体中文

What's this

  • This is an automatic building tool for Xposed modules using YukiHookAPI as the core

  • Implementing automated search relies on quickly building an Android project template that includes a Xposed module environment

How to use

  • This project is developed using Electron to quickly build and run multi-platform localized applications

You can download the application for your platform directly from Release.

The following are the manual deployment and compilation steps

First you need to install node.js

IDE tools recommend IntelliJ IDEA or WebStorm

Formatting code with Visual Studio Code is not recommended and may cause some errors.

  • Execute the following command to install Electron
npm install --save-dev electron
  • Execute the following command to install yarn
npm install yarn
  • Enter the project directory and execute the following command to install dependencies
npm install --save-dev @electron-forge/cli
npx electron-forge import
  • Use the following command to debug
npm run start
  • Use the following commands to compile & package

Linux/macOS

npm run make

Windows

npm run package

License

Copyright (C) 2019-2023 HighCapable

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Copyright © 2019-2023 HighCapable

Description
A Xposed Project Builder by YukiHookAPI.
Readme AGPL-3.0 3.5 MiB
Languages
JavaScript 54.4%
CSS 43.6%
HTML 2%