raml
v1.0.0
Published
Command line tools for RAML developers
Downloads
43
Readme
RAML Toolbelt
A handy command line tool for RAML developers.
Installation:
npm install -g raml
Open a RAML API console:
raml console path/to/api.raml
raml console http://example.com/api.raml
Validate a RAML file using the raml-js-parser
raml validate path/to/api.raml