How to generate code using Postman Collection
问题 I'm aware it is possible to generate code snippets from individual Postman requests, but I can't find similar functionality for a entire collection. I also know that there are tools like newman for running an exported collection in Postman Collection 2.1 json format. But specifically what I'm looking for is a tool that generates bash code from a collection or from a exported collection in Postman Collection 2.1 json format. This way my co-workers who don't use Postman can replicate the API