# postman_to_md **Repository Path**: bccmandarin_admin/postman_to_md ## Basic Information - **Project Name**: postman_to_md - **Description**: postman导出的json文件转换成markdown文档。 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-07-20 - **Last Updated**: 2022-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PostDm #### 介绍 将postman的json导出格式文档转换成markdown文档。 #### 软件架构 php : ^7.0 拓展开启:mbstring #### 安装教程 无需安装。 #### 使用说明 1. php .\PostmanToMarkdown.php intput_file.json output_file.md #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request