Convert Postman collections to the open standard OpenAPI. Free the postman!
npm install @scalar/postman-to-openapi
import { convert } from '@scalar/postman-to-openapi'
// Free the postman!
const result = await convert(myPostmanCollection)
console.log(result)
We are API nerds. You too? Let’s chat on Discord: https://discord.gg/scalar
This package is based on the existing postman-to-openapi
by @joolfe. We update the code and adapted it to our use case. You might consider our package the modern successor.