https://github.com/loggingnewmemory/yamadamodulebuilder
Magisk module builder + module template
https://github.com/loggingnewmemory/yamadamodulebuilder
Last synced: about 1 year ago
JSON representation
Magisk module builder + module template
- Host: GitHub
- URL: https://github.com/loggingnewmemory/yamadamodulebuilder
- Owner: LoggingNewMemory
- License: mit
- Created: 2025-02-10T14:03:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T14:08:56.000Z (about 1 year ago)
- Last Synced: 2025-03-13T15:23:24.508Z (about 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

How to use this?
1. Git clone this repo
```
git clone https://github.com/LoggingNewMemory/YamadaModuleBuilder
```
2. Change the directory
```
cd YamadaModuleBuilder
```
3. Modify the "Modules" (This is where your Magisk Module template)
4. Run the Build.sh
```
sh Build.sh
```
5. Your .zip should be on "Build" Folder