Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/foospidy/postman-to-openapi-docker

Run postman-to-openapi from a docker container
https://github.com/foospidy/postman-to-openapi-docker

openapi postman postman-collection

Last synced: 20 days ago
JSON representation

Run postman-to-openapi from a docker container

Awesome Lists containing this project

README

        

# postman-to-openapi-docker

Run [postman-to-openapi](https://github.com/joolfe/postman-to-openapi) from a docker container.

## Build

run `make build`

## Install

run `make install-stub`

By default __p2o-docker__ will be installed in `~/bin`.

To specify a different install path run:

`make install-stub INSTALL_PATH=/my/custom/bin/path`

## Example Usage

Convert a Postman collections file to an OpenAPI specs file:

`p2o-docker ./my-collections.json -f ./my-specs.yml`