1.0.4 • Published 2 years ago

swagger2-to-postman-updated v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Swagger 2 to Postman converter

this package is to convert swagger2 to postman collection v2

How to use ?

npm i swagger2-to-postman-updated --prefix "PATH"

go to the path of the installed package

node swagger.js -i PATH_OF_INPUT_FILE -o PATH_OF_OUTPUT_FILE

it will generate 2 files

a. the collection data

b. the environment file (containing the variables in the swagger file )