Skip to content

checkr/oas3-to-raml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAPI 3.0 to RAML Converter

Command-line utility to convert from OpenAPI 3.0 to RAML specification.

Installation and Usage

  1. Install Node and NPM
  2. Install dependencies: npm install
  3. Convert specification:

bin/oas3-to-raml.js -i [input-spec] -o [output-spec]

-- or --

npx oas3-to-raml -i [input-spec] -o [output-spec]

Where:

  • input-spec: Full path to input specification in OpenAPI 3.0 format
  • output-spec: Full path to output specification. It will be created in RAML format

Attributions

This utility depends on the following projects: