Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 243 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 243 Bytes

Blueman

Docker image that converts an API Blueprint AST file to a Postman collection. It's based on https://github.com/pixelfusion/blueman.

Usage

docker run --rm -v $(pwd):/tmp blueman convert /tmp/api.json --output=/tmp/postman.json