matthewlein / postman-collection-sorter

Sort Postman collections by name

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postman-request-sorter

Sort Postman collections

Usage

  1. In Postman, export your collection as a Collection v2.1

  2. Run:

    npx @matthewlein/postman-collection-sorter ./path/to/your/API.postman_collection.json

  3. You 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
  1. In Postman, import the new sorted JSON file.
  2. Enjoy that sweet sweet alphabetical sorting.

About

Sort Postman collections by name

License:MIT License


Languages

Language:JavaScript 100.0%