1.0.2 • Published 5 years ago

postman-splitter v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

postman-splitter

A command-line utility which can be used to import/export individual requests to/from a Postman collection.

Installing

npm i -g postman-splitter

Running the tests

Explain how to run the automated tests for this system

Usage

postman export <collectionPath> [-o outputDirectory]
postman import <requestPath> <collectionPath>

License

This project is licensed under the MIT License - see the LICENSE file for details