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 in a very early stage, with plenty left to do:
- Finish HTML output, currently there a lot missing (request, response, headers, etc)
- Better error checking
Example output

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