8000 GitHub - Codermar/openapi-editor at 20efb6218aa5193ecbcbebdcbdfa79fc9aeb07d9
[go: up one dir, main page]

Skip to content

Codermar/openapi-editor

Repository files navigation

openapi-editor

OpenAPI Editor is a wrapper for Swagger-Editor 3.x".

Features

Build Status Coverage Status

Installation

npm i openapi-editor

Usage

Installed as Local Dependency

  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);

Licence

This project is licensed under the MIT License

Development Setup

Test

npm test

Contributing

Keep it simple. Keep it minimal.

About

OpenAPI Editor is a wrapper for Swagger-Editor 3.x

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0