kam-0.1.0 has been yanked.
Kam Module Template
Description
This is a template for creating Kam modules. Kam modules are custom modifications for Android devices, typically installed via Magisk or similar managers.
This template provides a basic structure for a Kam module, including:
- Module metadata and configuration
- Installation scripts
- Basic file structure
Usage
To create a new Kam module using this template:
-
Initialize a new project:
-
Customize the module:
- Edit
kam.tomlfor module metadata - Modify
src/Kam/customize.shfor installation logic - Add module files to
src/Kam/
- Edit
-
Build the module:
Module Information
- ID: Kam
- Name: Kam
- Version: 0.1.0
- Author: Author
License
This template is provided under the MIT License. See LICENSE file for details.