Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 353 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 353 Bytes

Optimus

Transforms API Blueprint into any other formats

Getting Started

Make sure you have nodejs and npm in your machine.

Install NodeJS on OSX

$ brew install node

Install optimus

$ npm i -g optimusjs

Transform API Blueprint to Swagger format

$ optimus -i YOUR-INPUT-FILE.apib -o YOUR-OUTPUT-FILE.json -f swagger