raml-fleece turns RAML into a readable HTML file. It currently supports version 0.8 as defined in the 0.8 RAML specification
- Sidebar containing all resources for easy navigation
- All headers are links
- Links produce readable URL fragments (e.g.
http://example.com/api#GET/users
) - No collapsed elements make searching easy for browsers
npm install -g janrain/raml-fleece
raml-fleece api.raml > index.html
Custom Templates and scripts let you overwrite and extend the templates and scripts. See the command line help for details.
This tool was originally built using raml2html.