11# YukiHookAPI Project Builder
22
3- ![ Blank ] ( https://img.shields.io/badge /license-AGPL3.0-blue )
4- ![ Blank ] ( https://img.shields.io/badge/version-v1.0.4-green )
5- [ ![ Telegram] ( https://img.shields.io/badge/Follow -Telegram-blue.svg?logo=telegram )] ( https://t.me/YukiHookAPI )
6- < br />< br />
7- < img src = " https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true " width = " 100 " height = " 100 " />
8- <br />
9- < br />
3+ [ ![ GitHub license ] ( https://img.shields.io/github /license/fankes/YukiHookAPI-ProjectBuilder?color=blue )] ( https://github.com/fankes/YukiHookAPI-ProjectBuilder/blob/master/LICENSE )
4+ [ ![ GitHub release ] ( https://img.shields.io/github/v/release/fankes/YukiHookAPI-ProjectBuilder?display_name=release&logo=github&color=green )] ( https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases )
5+ [ ![ Telegram] ( https://img.shields.io/badge/discussion -Telegram-blue.svg?logo=telegram )] ( https://t.me/YukiHookAPI )
6+ [ ![ Telegram ] ( https://img.shields.io/badge/discussion%20dev-Telegram-blue.svg?logo=telegram )] ( https://t.me/HighCapable_Dev )
7+
8+ <img src = " https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true " width = " 100 " height = " 100 " alt = " LOGO " />
9+
1010A Xposed Project Builder by YukiHookAPI.
11- <br />
1211
1312English | [ 简体中文] ( https://github.com/fankes/YukiHookAPI-ProjectBuilder/blob/master/README-zh-CN.md )
1413
1514## What's this
1615
17- - This is an automatic building tool for Xposed modules using [ YukiHookAPI] ( https://github.com/fankes/YukiHookAPI ) as the core
16+ This is an automatic building tool for Xposed Modules using [ YukiHookAPI] ( https://github.com/fankes/YukiHookAPI ) as the core.
1817
19- - Implementing automated search relies on quickly building an Android project template that includes a Xposed module environment
18+ Implementing automated search relies on quickly building an Android project template that includes a Xposed Module environment.
2019
2120## How to use
2221
23- - This project is developed using ** Electron** to quickly build and run multi-platform localized applications
22+ This project is developed using ** Electron** to quickly build and run multi-platform localized applications.
2423
2524You can download the application for your platform directly
2625from [ Release] ( https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases ) .
2726
28- ** The following are the manual deployment and compilation steps**
27+ > The following are the manual deployment and compilation steps
2928
3029First you need to install [ node.js] ( https://nodejs.org/en/ )
3130
32- IDE tools recommend ** IntelliJ IDEA** or ** WebStorm**
31+ IDE tools recommend ** IntelliJ IDEA** or ** WebStorm** .
3332
3433Formatting code with ** Visual Studio Code** is not recommended and may cause some errors.
3534
36- - Execute the following command to install Electron
35+ Execute the following command to install Electron.
3736
3837```
3938npm install --save-dev electron
4039```
4140
42- - Execute the following command to install yarn
41+ Execute the following command to install yarn.
4342
4443```
4544npm install yarn
4645```
4746
48- - Enter the project directory and execute the following command to install dependencies
47+ Enter the project directory and execute the following command to install dependencies.
4948
5049```
5150npm install --save-dev @electron-forge/cli
@@ -55,13 +54,13 @@ npm install --save-dev @electron-forge/cli
5554npx electron-forge import
5655```
5756
58- - Use the following command to debug
57+ Use the following command to debug.
5958
6059```
6160npm run start
6261```
6362
64- - Use the following commands to compile & package
63+ Use the following commands to compile & package.
6564
6665** Linux/macOS**
6766
@@ -75,6 +74,10 @@ npm run make
7574npm run package
7675```
7776
77+ ## Star History
78+
79+ ![ Star History Chart] ( https://api.star-history.com/svg?repos=fankes/YukiHookAPI-ProjectBuilder&type=Date )
80+
7881## License
7982
8083- [ AGPL-3.0] ( https://www.gnu.org/licenses/agpl-3.0.html )
0 commit comments