Skip to content

0.1.1

Choose a tag to compare

@andersfibiger andersfibiger released this 19 Aug 15:33
· 2 commits to main since this release

Postman to http CLI tool

This is a tool for quickly converting postman requests to .http format.
It converts basic features but not everything is handled yet.

How to use

Convert a collection to .http
postmanToHtpp -output './collection' convert-collection ./path-to-json-collection

Convert an environment to .env file
postmanToHtpp -output './env' convert-environment ./path-to-json-environment