zync
https://github.com/3scale/zync
Ruby
Zync takes your 3scale data and pushes it somewhere else, reliably.
ServiceGenerator#copy_service_file
No Docs, write some!
Edit
git clone [email protected]:3scale/zync.git
cd zync
open lib/generators/service/service_generator.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ServiceGenerator-copy_service_file-for-pr
# Commit to gitgit add lib/generators/service/service_generator.rbgit commit -m "better docs for ServiceGenerator#copy_service_file"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ServiceGenerator-copy_service_file-for-pr
hub pull-request
# Celebrate!