Skip to content

OAPIEXOpenAPI Extraction Toolkit

CLI and TypeScript toolkit for turning documentation pages into usable developer artifacts.

Install

bash
pnpm add -g oapiex
bash
npm i -g oapiex
bash
yarn global add oapiex

Or install it in a project for programmatic usage:

bash
pnpm add oapiex
bash
npm i oapiex
bash
yarn add oapiex

Start Here

Getting Started | SDK Generation | Extraction Flow | CLI Reference | Programmatic Usage | Configuration Reference

Released under the MIT License.