New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

swagger-docgen

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-docgen

Create documentation for your Swagger API

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

#Swagger-docgen

Generate beautiful documentation based on your Swagger API. Inspired on Twitter's API, this module will generate a single html file containing the documention you need, beautifully and efficiently. No need for servers and extra dependencies.

npm install swagger-docgen -g
cat schema.json | doc > index.html

Note: This module wont de-reference your files, neither convert from YAML to JSON, however it needs a de-referenced schema to work as intended. For that you can use many de-referencers out there.

Shameless plug: jschema-deref.

This way, you could simply run:

jsderef schema.yaml | doc > index.html

Keywords

FAQs

Package last updated on 03 Apr 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc