1.0.3 • Published 4 years ago

oas3-to-raml v1.0.3

Weekly downloads
24
License
MIT
Repository
github
Last release
4 years ago

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: