An open API service indexing awesome lists of open source software.

https://github.com/sapteamdev/magisk-module-template

A github Actions-powered magisk module template that automates the archiving and releasing cycles for you
https://github.com/sapteamdev/magisk-module-template

magisk magisk-module magisk-module-template template template-repository

Last synced: 5 months ago
JSON representation

A github Actions-powered magisk module template that automates the archiving and releasing cycles for you

Awesome Lists containing this project

README

          

# SAPTeam's Magisk module template automation engine
This magisk module template made the module creation way easier and smarter.

## Features
- Automates the build and releasing with Github actions.
- Easily initiates the module properties with setup.py.
- Has a biult in installer script, so you don't need to write a installer script.

## Getting started
Working with this template is very easy. Most of actions is automated. with this instruction you can benefit all features of this module:
- First you need to make a repository from this template and clone it to your computer.
- in module files open `setup.py` with an text editor and replace the variables with your module props.
- Run `setup.py` and after finishing the first run, delete it.
- Put your module files and update the changelog.
- Create a tag and push it. when a new tag is pushed the action is triggered and new release zip is automatically created.
You must check the Actions tab of your project for checking issues.

Note: for using magisk 14.0+ update api you need to update the version string in `update.json` in every releases.

## Credits
This module forked from [MMT-Extended](https://github.com/Zackptg5/MMT-Extended) template.