A simple RAML to Wiki (Confluence / JIRA Markup) documentation generator, written for Node.js.
Output can be pasted into Confluence, using the Insert Markup feature;
npm i -g raml2wiki
raml2wiki example.raml > example.txt
raml2wiki -i example.raml -o example.txt
raml2wiki -s -i example.raml -o example.txt
Using your own templates:
raml2txt -t custom-template.handlebars -r custom-resource.handlebars -m custom-item.handlebars -i example.raml -o example.txt
This script uses the parsing method and raml2obj script by Kevin Renskers (https://github.com/kevinrenskers/raml2obj) (https://github.com/kevinrenskers/raml2md)