RamlDoc
Generate API documentation from RAML files.
Install
gem install raml_doc
Usage
raml-doc --help
raml-doc -s /path/to/api.raml -t default -f html > /path/to/api.html
RamlDoc.generate "/path/to/api.raml", "default", "html"
Project
Generate API documentation from RAML files.
gem install raml_doc
raml-doc --help
raml-doc -s /path/to/api.raml -t default -f html > /path/to/api.html
RamlDoc.generate "/path/to/api.raml", "default", "html"