0.7.0 • Published 9 years ago
raml-fleece v0.7.0
Purpose
raml-fleece turns RAML into a readable HTML file. It currently supports version 0.8 as defined in the 0.8 RAML specification
Key Features
- 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
Installation
npm install -g janrain/raml-fleeceUsage
raml-fleece api.raml > index.htmlCustom Templates and Scripts
Custom Templates and scripts let you overwrite and extend the templates and scripts. See the command line help for details.
Thanks
This tool was originally built using raml2html.