🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

openapi-vuepress-markdown

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-vuepress-markdown

This package generates vuepress compatible markdown from an openapi schema

latest
Source
npmnpm
Version
0.0.12
Version published
Maintainers
1
Created
Source

openapi-vuepress-markdown

openapi-vuepress-markdown is a library that generates a Vue Press compatible API Reference from an OpenAPI specification.

Usage

From source

Typescript:

yarn
yarn run ts-node src/openapi-vuepress-markdown.ts -s <openapi-schema> -o <output-directory>

Node:

yarn build
node dist/openapi-vuepress-markdown.js -s <openapi-schema> -o <output-directory>

Disclaimer

openapi-vuepress-markdown does not generate .vuepress/config.js sidebar navigation.

FAQs

Package last updated on 07 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts