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

https://github.com/developer-overheid-nl/oas-generator

De OAS Generator genereert een OAS boilerplate op basis van minimale configuratie
https://github.com/developer-overheid-nl/oas-generator

openapispec tool

Last synced: 3 months ago
JSON representation

De OAS Generator genereert een OAS boilerplate op basis van minimale configuratie

Awesome Lists containing this project

README

          

# OAS Generator

This repository contains a generator to create an OpenAPI document compliant to the [API Design Rules](https://logius-standaarden.github.io/API-Design-Rules/).

URL: https://developer-overheid-nl.github.io/oas-generator/

## Development

Prepare your local environment:

- Install project dependencies: `npm install`
- Install VSCode extensions: Prettier, ESLint, Tailwind CSS IntelliSense
- Set VSCode default formatter to `esbenp.prettier-vscode`

Start the development server:

```bash
npm run dev
```