A tool that converts openapi yaml file to Apigee API Proxy Bundle
npm install openapi2apigeeopenapi-apigee-node-utility
===========================
[![npm version][npm-badge]][npm-url]

openapi2apigee module converts a standard Open API spec (previously known as Swagger) into an Apigee API Proxy bundle and deploys into an Apigee Organization.
openapi2apigee either through npm or by cloning the code from this GitHub repo. This README covers the installation steps with npm.bash
$ npm install -g openapi2apigee
`Command reference and examples
generateApi
Generates Apigee API Proxy bundle from OpenAPI specification file and deploys to Apigee Organization.
#### Example
`bash
$ openapi2apigee generateApi petStore -s http://petstore.swagger.io/v2/swagger.json -D -d /Users/me/Desktop/
``#### Articles
openapi2apigee Apigee-127 Extensions support
Secure APIs using OAuth 2.0 & Verify API Key Policies in Apigee using OpenAPI 2.0
[npm-badge]: https://badge.fury.io/js/openapi2apigee.svg
[npm-url]: https://badge.fury.io/js/openapi2apigee
___
This is not an officially supported Google product