Skip to content

A simple implementation of a raml parser with the raml-js library.

Notifications You must be signed in to change notification settings

beeva-luisgonzalez/simple-ramlparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple-CLI-ramlparser

A simple implementation of a raml parser with the raml-js library.

To install it simply run

  $ sudo npm install -g 

this will fetch all packages (npm install), and create the executable to your PATH (ramlparser). Then you can globally call the parser like this

  $ ramlparser spec.raml
  $ ramlparser /path/to/spec.raml

Alternatively you can manually install it by

  $ npm install

and then execute it as:

  $ ./raml-parser.js /path/to/spec.raml

Requirements

You need to have nodejs installed (and npm) to build this program libraries.

About

A simple implementation of a raml parser with the raml-js library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published