# cli-plugin-doc **Repository Path**: agile-development-system/cli-plugin-doc ## Basic Information - **Project Name**: cli-plugin-doc - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-25 - **Last Updated**: 2022-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

logo

# @agds/cli-plugin-doc **版本** :1.0.16 agds系统doc文档生成器 ## 快速开始 ### 安装 ```bash npm i -D @agds/cli-plugin-doc ``` ### 命令行使用文档 ``` Usage: agds-doc [options] agds系统doc文档生成器 Options: jsdoc入口文件glob格式路径描述(需要用引号包裹避免解析失败),相对于cwd目录 -o,--output doc文档渲染导出的文件名称路径,相对于cwd目录 -c,--config 配置文件路径,相对于cwd目录,仅支持js文件类型 (default: "agds.doc.config.js") -t,--template