1.1.0 • Published 8 years ago

swagger2blueprint v1.1.0

Weekly downloads
11
License
MIT
Repository
github
Last release
8 years ago

Swagger to API Blueprint Converter

Converts a Swagger API description into the API Blueprint format. It is built on the Fury.js API description library.

Currently supported is Swagger version 2.0. If you would like to convert a Swagger 1.2 document, please first use swagger-converter.

Installation

Requires Node.js and a compiler to install.

npm install -g swagger2blueprint

Usage

# Convert a local file to standard out
swagger2blueprint uber.yml

# Output to a file
swagger2blueprint uber.yml uber.apib

# Convert a URL
swagger2blueprint http://petstore.swagger.io/v2/swagger.json

License

MIT License. See the LICENSE file.