This is a quickly made generator that loops trough all documents in a specified folder and makes
a postman collection for all files that use express. It will take out all the "req.body" values
and the route of the API (example: 'api/account/get-user-data').I
Features
Makes postman collection from your express modules
Usage
In vscode press CTRL+SHIFT+P to open the commands and type Postman Generator and press enter.
The program will run trough your postmanGenerator.inputPath folder. It will then
scoop out all the req.body variables and the route of the API call.
The results will be placed in the postmanGenerator.outputPath folder, in a file called postman.json.