Package Exports
- raml2html
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (raml2html) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
RAML to HTML
A simple RAML to HTML parser written for Node.js.
Install
npm i -g raml2htmlUsage
raml2html example.raml > example.htmlTo do
This project is still very much a work in progress, but the output is quite useable already.
- Template options (for example to turn off side bar navigation)
- Finish HTML output, currently there's still a lot missing (like headers) and a bit messy (need to hide empty tabs)
- Different templates (for example render to Markdown to create awesome README's)
Example output

License
raml2html is available under the MIT license. See the LICENSE file for more info.