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

https://github.com/sojebsikder/i2p

I2P is a tool for converting insomina data to postman
https://github.com/sojebsikder/i2p

converter go insomina postman

Last synced: 9 months ago
JSON representation

I2P is a tool for converting insomina data to postman

Awesome Lists containing this project

README

          

# Description

I2P is a tool for converting insomina data (Insomina v5) to postman

## Build

```bash
./build.sh
```

## Supported commands

```bash
Usage:
i2p convert [--input-file FILE] [--output-file FILE]

i2p help
i2p version

Options:
--input-file FILE Specify the input file (default: insomnia.yaml)
--output-file FILE Specify the output file (default: postman_collection.json)
```