Skip to content

SayuruRehan/openapi-diff-tool

Repository files navigation

openapi-diff-tool

View the difference between two Json based API documents. Supported specifications: JsonSchema, OpenAPI 3.x, AsyncAPI 2.x.

Installation

# Yarn
yarn add api-diff-viewer

# NPM
npm install api-diff-viewer
npm install storybook

Development

Install

yarn install

Develop

# Yarn
yarn storybook

# NPM
npm run storybook