kam-0.2.1 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
Quick Start
-
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:
Template Management
Kam supports importing and exporting module templates for easy sharing and reuse.
Import Templates
Import a single template:
Import multiple templates from a ZIP file:
List Available Templates
Export Templates
Export a single template:
Export multiple templates to a ZIP:
Additional Template Commands
# Remove a template from cache
# Show template cache directory
For more details on templates, see templates/README.md.
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.