Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 509 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 509 Bytes

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