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
- Host: GitHub
- URL: https://github.com/developer-overheid-nl/oas-generator
- Owner: developer-overheid-nl
- License: other
- Created: 2025-05-14T14:13:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-02T10:21:41.000Z (3 months ago)
- Last Synced: 2026-04-03T00:53:06.752Z (3 months ago)
- Topics: openapispec, tool
- Language: TypeScript
- Homepage: https://developer-overheid-nl.github.io/oas-generator/
- Size: 1.42 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Publiccode: publiccode.yml
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
```