Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/foospidy/postman-to-openapi-docker
- Owner: foospidy
- License: gpl-3.0
- Created: 2022-11-25T11:48:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T15:51:27.000Z (about 2 years ago)
- Last Synced: 2024-11-07T09:37:57.744Z (2 months ago)
- Topics: openapi, postman, postman-collection
- Language: Makefile
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`