A Yeoman generator to generate Apigee proxies for Apigee Edge.
If you do not already have it on your system, install Yeoman globally.
npm install -g yo
Install the generator
npm install -g apigee-proxy-generator
- Add the Apigee files to the "generators > app > templates > apiproxy" directory. The files can be exported from Apigee Edge if the desired proxy was created via Apigee Edge UI.
- Add any other applicable files needed in the generator.
- Modify "generators > app > templates > apiproxy > proxy-name.xml" to include the applicable nodes, ie . This file name will be updated to the "name" property passed in during generator execution.
- Create a directory for your project, ie "example-api"
- Run the generator in your project's root directory
yo apigee-proxy