Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebinarypenguin/raml-cop
Command line RAML validator
https://github.com/thebinarypenguin/raml-cop
Last synced: 3 months ago
JSON representation
Command line RAML validator
- Host: GitHub
- URL: https://github.com/thebinarypenguin/raml-cop
- Owner: thebinarypenguin
- License: mit
- Created: 2014-11-16T16:12:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T17:56:51.000Z (about 5 years ago)
- Last Synced: 2024-07-19T22:49:16.591Z (4 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 29
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RAML Cop
========[![Build Status](https://travis-ci.org/thebinarypenguin/raml-cop.svg?branch=master)](https://travis-ci.org/thebinarypenguin/raml-cop)
A command line tool for validating [RAML](http://raml.org/) files.
## Details
* Uses [raml-org/raml-js-parser-2](https://github.com/raml-org/raml-js-parser-2) to do the parsing
* Can be used as a linter in [Sublime Text](http://www.sublimetext.com/) via the
[SublimeLinter](https://packagecontrol.io/packages/SublimeLinter) and
[SublimeLinter-contrib-raml-cop](https://packagecontrol.io/packages/SublimeLinter-contrib-raml-cop) plugins## Installation
`npm install -g raml-cop`