Sign inSign up

bbrodriges/raml2md

By bbrodriges

Updated about 7 years ago

Simple container to convert RAML files to Markdown.

Image
0

996

bbrodriges/raml2md repository overview

Notice

[DEPRECATED] Please use bbrodriges/raml2html with the -e "FORMAT=md" instead.

raml2md

Simple container to convert RAML files to Markdown.

Usage

Using default template:

docker run --rm -v <path_to_raml_files>:/app -e "INPUT=index.raml" -e "OUTPUT=index.md" bbrodriges/raml2md

Using custom template:

docker run --rm -v <path_to_raml_files>:/app -e "INPUT=index.raml" -e "OUTPUT=index.md" -e "TPL=template.nunjucks" bbrodriges/raml2md

Credits

Based on https://github.com/raml2html/raml2md

Tag summary

Content type

Image

Digest

Size

350.5 MB

Last updated

about 7 years ago

docker pull bbrodriges/raml2md