Skip to content

Shape OpenAPI Specification with a useful set of tools

Notifications You must be signed in to change notification settings

DXHeroes/oas-shaper

Repository files navigation

OAS Shaper

This is a simple tool to shape an OpenAPI Specification (OAS) file. It can be used to:

  • ✅ Validate OAS by handy rules that are generally standardized.
  • 🔧 Fix the OAS with AI

Usage

Validate an OAS file:

# NOT WORKING YET!
$ npx oas-shaper validate -f <path-to-oas-file>

Development

Install dependencies

$ yarn install

Run the project

$ yarn start validate -f <path-to-oas-file>

# e.g.
$ yarn start validate -f ./samples/merk.json

About

Shape OpenAPI Specification with a useful set of tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published