Yeoman generator that scaffolds API Proxy based on Apigee Deploy Grunt Plugin
- Build Apigee API Proxy Scaffolding code
- Customizes scripts based on parameters
- Includes Grunfile.js and custom tasks to manage deployment to Apigee Edge
- Install:
npm install -g generator-apigee-deploy-grunt-api
- Run:
yo apigee-deploy-grunt-api
@TODO - Run
grunt
for building andgrunt serve
for preview*.--allow-remote
option for remote access.
@TODO
@TODO
##Contributing
If you would like to contribute, simply fork the repository, push your changes to a branch and send a pull request:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Typo fixes, improvements to grammar or readability, it's all welcome.
Copyright (c) 2015 Diego Zuluaga (twitter: @dzuluaga) Licensed under the MIT license.