module_generate_docs
Create markdown README documentation for OpenSIPS modules with parameter listings, MI commands, and usage instructions.
Instructions
Generate README documentation for an OpenSIPS module.
Produces a markdown README with parameter, MI command, and usage documentation.
Parameters
name:
Module name.
description:
Module description.
mi_commands_json:
JSON array of MI commands (same format as module_scaffold).
params_json:
JSON array of parameters (same format as module_scaffold).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| mi_commands_json | No | [] | |
| params_json | No | [] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||