/raml-cop

Command line RAML validator

Primary LanguageJavaScriptMIT LicenseMIT

RAML Cop

Build Status

A command line tool for validating RAML files.

Details

  • Uses raml-org/raml-js-parser to do the parsing
  • Accepts input via stdin and/or command line arguments
  • Can output the parsed RAML as JSON using the -j or --json option

Installation

npm install -g raml-cop