https://github.com/plughacker/malga-openapi
OpenAPI specification
https://github.com/plughacker/malga-openapi
Last synced: 3 months ago
JSON representation
OpenAPI specification
- Host: GitHub
- URL: https://github.com/plughacker/malga-openapi
- Owner: plughacker
- License: mit
- Created: 2023-06-23T18:34:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T17:29:10.000Z (almost 3 years ago)
- Last Synced: 2025-07-12T03:50:28.040Z (12 months ago)
- Size: 236 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Malga OpenAPI Definition
## Working on your OpenAPI Definition
### Install
1. Install [Node JS](https://nodejs.org/).
2. Clone this repo and run `npm install` in the repo root.
### Usage
#### `npm run build`
Bundles the definition to the dist folder.
#### `npm start`
Starts the reference docs preview server.
#### `npm test`
Validates the definition.