openapi-to-bruno
v1.0.0
Published
this is a simple cli tool to convert an openapi file to a bruno collection. code is 99% copied from the [bruno project](https://github.com/usebruno/bruno).
Readme
OPENAPI-TO-BRUNO
this is a simple cli tool to convert an openapi file to a bruno collection. code is 99% copied from the bruno project.
Code is taken from release 1.22.0 of bruno, very possible it will break in the future.
error handling is virtually non-existent, your own responsibility etc.
Usage
openapi-to-bruno --input <path-to-openapi-file> --output <path-to-output-directory>