Postman to OpenAPI is a tool designed to convert Postman collection into OpenAPI specification.
- Convert Postman collection: Easily convert your existing Postman collection into OpenAPI specification.
- Simple and User-Friendly: Minimal setup and easy-to-use interface.
- Clone or download this repository.
- Navigate to the project directory.
- Install the dependencies, run one of the following commands depending on your preferred package manager:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
To use the tool, run the following command, and visit http://localhost:3000
in your browser:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev