swagger2-to-postman-updated
v1.0.4
Published
modified version of swagger2-to-postman
Downloads
1
Readme
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 )