Skip to content

Postman to OpenAPI is a tool designed to convert Postman collection into OpenAPI specification.

Notifications You must be signed in to change notification settings

khopha/postman-to-openapi

Repository files navigation

Postman to OpenAPI

Postman to OpenAPI is a tool designed to convert Postman collection into OpenAPI specification.

Features

  • Convert Postman collection: Easily convert your existing Postman collection into OpenAPI specification.
  • Simple and User-Friendly: Minimal setup and easy-to-use interface.

Installation

  1. Clone or download this repository.
  2. Navigate to the project directory.
  3. 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

Usage

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

About

Postman to OpenAPI is a tool designed to convert Postman collection into OpenAPI specification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published