postman2openapi 1.2.1

Convert a Postman collection to an OpenAPI definition.
Documentation
1
2
3
4
5
{
  "name": "postman2openapi",
  "image": "ghcr.io/kevinswiber/postman2openapi-devcontainer",
  "postCreateCommand": "rustc --version && echo \"node $(node --version)\" && just --version"
}