OpenAPI Editor is a wrapper for Swagger-Editor 3.x".
- Edit, validate, and save your Open API specifications yaml file in the browser using Swagger Editor.
- Additional Features provided by Swagger Editor
npm i openapi-editor
import editor from 'openapi-editor'
const openApiEditor = require('openapi-editor');
const options = {
oasFilePath: './src/api/oas/oas-v1.yaml', // specify path as string or fully resolved path
port: 10015, // specify port or omit for random port usage
silent: false, // invoque browser or run silently
};
openApiEditor.edit(options);
This project is licensed under the MIT License
npm test
Keep it simple. Keep it minimal.