An open API service indexing awesome lists of open source software.

https://github.com/dxheroes/oas-shaper

Shape OpenAPI Specification with a useful set of tools
https://github.com/dxheroes/oas-shaper

Last synced: 6 months ago
JSON representation

Shape OpenAPI Specification with a useful set of tools

Awesome Lists containing this project

README

          

# 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:

```bash
# NOT WORKING YET!
$ npx oas-shaper validate -f
```

## Development

### Install dependencies

```bash
$ yarn install
```

### Run the project

```bash
$ yarn start validate -f

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