Skip to content

Latest commit

 

History

History
 
 

raml-to-html

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This is the example application of my blog post:

Prerequisites

You need to install the following tools if you want to run this application:

Java Tools

  • JDK 8
  • Maven (this application is tested with Maven 3.3.3)

Other Tools

Don't know how to install these tools? Read my blog post.

Creating the HTML API Documentation

You can create the HTML API documentation by running the following command at the command prompt:

mvn clean package

This creates the api.html file to the target directory.