genreadme
Generate README.md documentation from project code or information. Choose from standard, minimal, or detailed styles to create comprehensive project documentation automatically.
Instructions
【README 生成器】根据项目代码生成 README.md 文档
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_info | No | 项目信息或代码 | |
| style | No | 风格:standard, minimal, detailed(默认 standard) |
Input Schema (JSON Schema)
{
"properties": {
"project_info": {
"description": "项目信息或代码",
"type": "string"
},
"style": {
"description": "风格:standard, minimal, detailed(默认 standard)",
"type": "string"
}
},
"required": [],
"type": "object"
}