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
- Host: GitHub
- URL: https://github.com/dxheroes/oas-shaper
- Owner: DXHeroes
- Created: 2024-07-31T22:57:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-31T23:06:28.000Z (about 1 year ago)
- Last Synced: 2024-11-24T19:52:34.747Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```