Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bautistaj/postman-to-markdown

Generate documentation in markdown from postman documentation.
https://github.com/bautistaj/postman-to-markdown

javascript markdown nodejs npm postman

Last synced: about 12 hours ago
JSON representation

Generate documentation in markdown from postman documentation.

Awesome Lists containing this project

README

        

![npm](https://img.shields.io/npm/v/postman-to-markdown?style=plastic)

# 📦 postman-to-markdown

This package generate markdown document from postman.

First export the collection from postman.

![Drag Racing](./resources/export_collection.png)

![Drag Racing](./resources/export.png)

Save the collection file.

## Install

```npm
npm install -g postman-to-markdown
```

# Usage

Execute postman-to-markdown specifying the collection file.

```bash
postman-to-markdown TwitterTracker.postman_collection.json
```

```
Reading file TwitterTracker.postman_collection.json

Generating markdown file ...

Documentation was created correctly TwitterTracker.md
```
The package will create .md file.

Example of file generated [example.md](https://github.com/bautistaj/postman-to-markdown/blob/master/resources/example.md)

# Contributing
If someone wants to add or improve something, I invite you to collaborate directly in this repository: [postman-to-markdown](https://github.com/bautistaj/postman-to-markdown.git)

# License
postman-to-markdown is released under the [MIT License](https://opensource.org/licenses/MIT).