kam 0.1.0

A CLI tool for managing Magisk/KernelSU modules with built-in template support, build hooks, and workspace management
Documentation
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:

  1. Initialize a new project:

    kam init my_module --kam
    
  2. Customize the module:

    • Edit kam.toml for module metadata
    • Modify src/Kam/customize.sh for installation logic
    • Add module files to src/Kam/
  3. Build the module:

    kam build
    

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.