npm install ramlRAML Toolbelt
-------------
A handy command line tool for RAML developers.
Installation:
``shell`
npm install -g raml
Open a RAML API console:
`shell`
raml console path/to/api.raml
raml console http://example.com/api.raml
Validate a RAML file using the raml-js-parser
`shell``
raml validate path/to/api.raml