Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-jhipster-swagger2markup

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jhipster-swagger2markup

JHipster module to create nice looking static api docs with swagger2markup

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

generator-jhipster-swagger2markup NPM version Build Status Dependency Status

JHipster module to create static api docs with swagger2markup

Usage

This is a JHipster module, that is meant to be use in a JHipster application.

Installation

As this is a JHipster module, we expect you have JHipster and its related tools already installed.

npm install -g generator-jhipster-swagger2markup

Then run the module on a JHipster generated application:

yo jhipster-swagger2markup

If you want don't want to answer each question you can use

yo jhipster-swagger2markup default

to setup HTML5 backend and asciidoc sample chapter.

Gradle

This plugin adds new tasks to your gradle build system

  • gradlew asciidoctor

The generated static documentation can be found in build/asciidoc as html or pdf.

Maven

The html or pdf generation is bound to the install lifecycle phase. The swagger2markup creation is not bound to any phase, therefore you must create it explicitly during the test phase and process the swagger file:

  • mvnw test swagger2markup:convertSwagger2markup install

The generated static documentation can be found in target/asciidoc as html or pdf.

Result

resulting html documentation

License

Apache-2.0 © Frederik Hahne

Keywords

FAQs

Package last updated on 27 Mar 2017

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