@matthewlein/postman-collection-sorter
v0.0.8
Published
Sort Postman collections by name
Readme
postman-request-sorter
Sort Postman collections
Usage
In Postman, export your collection as a Collection v2.1
Run:
npx @matthewlein/postman-collection-sorter ./path/to/your/API.postman_collection.jsonYou should see output like:
Sorting collection file: ./path/to/your/API.postman_collection.json
Sorting Successful!
Sorted collection saved to: ./path/to/your/API.postman_collection.sorted.json- In Postman, import the new sorted JSON file.
- Enjoy that sweet sweet alphabetical sorting.
