nazieb / optimus

Transforms API Blueprint into any other formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Transforms API Blueprint into any other formats

License:MIT License


Languages

Language:JavaScript 100.0%