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
- Host: GitHub
- URL: https://github.com/sojebsikder/i2p
- Owner: SojebSikder
- Created: 2025-06-14T05:16:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-14T08:42:37.000Z (9 months ago)
- Last Synced: 2025-06-14T09:33:21.207Z (9 months ago)
- Topics: converter, go, insomina, postman
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```