An open API service indexing awesome lists of open source software.

https://github.com/pachylover/pmdoc

PMDoc is a CLI application that converts Postman JSON files into HTML format. With this tool, you can easily document your Postman collections by converting them into HTML documents.
https://github.com/pachylover/pmdoc

postman postman-docs postman-documentation postmandoc

Last synced: 12 months ago
JSON representation

PMDoc is a CLI application that converts Postman JSON files into HTML format. With this tool, you can easily document your Postman collections by converting them into HTML documents.

Awesome Lists containing this project

README

          

# PMDoc
![java](https://img.shields.io/badge/java-21-red)
![javascript](https://img.shields.io/badge/javascript-ES6+-yellow)
![css](https://img.shields.io/badge/css-3-blue)
![html](https://img.shields.io/badge/html-5-orange)

## [DEMO PAGE](https://pachylover.github.io/pmdoc/)

![main1](/images/main1.png)
![main2](/images/main2.png)

PMDoc은 Postman JSON 파일을 HTML 형식으로 변환해주는 CLI 애플리케이션입니다. 이 도구를 사용하면 Postman 컬렉션을 쉽게 HTML 문서로 변환하여 문서화할 수 있습니다.
## [DEMO PAGE](https://pachylover.github.io/pmdoc/)

## 사용법

### requirements
**JAVA 21 이상의 버전이 설치되어 있어야 합니다.**

### 실행 방법

```bash
pmdoc
```
# PMDoc

PMDoc is a CLI application that converts Postman JSON files into HTML format. With this tool, you can easily document your Postman collections by converting them into HTML documents.

## Usage

### requirements
**Java 21 or higher must be installed.**

### How to Run

```bash
pmdoc
```