mulesoft-labs / raml-generator

Generate files from a RAML document and Handlebars templates
Other
31 stars 11 forks source link

Global install? #7

Closed solsend2l closed 9 years ago

solsend2l commented 9 years ago

So, this is cool - but I was expecting a simple renderer that outputs the HTML/etc. Possibly a way to make this npm install -g raml-generator?

blakeembrey commented 9 years ago

This project supports the architecture for something like that, but doesn't actually generate anything specifically. You can use this project to create a raml-html-generator. Think of it as a little boilerplate/flamework. Maybe you're after something more like https://github.com/kevinrenskers/raml2html?

sichvoge commented 9 years ago

@solsend2l - this is still a closed issue, but what do you want to achieve? we might be able to help you.

solsend2l commented 9 years ago

Hi - I think I'll just use raml2html for now :) Gratzi!

solsend2l commented 9 years ago

BWT, anyone know of a Handlebars template that generates dynamic "Try it" ajax calls for the various route methods? For live testing of the API instead of, say, a Postman tool.

sichvoge commented 9 years ago

Have you had the chance to look at Osprey or the API Console with integrated Mocking and "Try it" functionality?