fastlane
https://github.com/fastlane/fastlane
Ruby
🚀 The easiest way to automate building and releasing your iOS and Android apps
Fastlane::Actions::DownloadUniversalApkFromGooglePlayAction.description
No Docs, write some!
Edit
git clone git@github.com:fastlane/fastlane.git
cd fastlane
open fastlane/lib/fastlane/actions/download_universal_apk_from_google_play.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Fastlane--Actions--DownloadUniversalApkFromGooglePlayAction-description-for-pr
# Commit to gitgit add fastlane/lib/fastlane/actions/download_universal_apk_from_google_play.rbgit commit -m "better docs for Fastlane::Actions::DownloadUniversalApkFromGooglePlayAction.description"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Fastlane--Actions--DownloadUniversalApkFromGooglePlayAction-description-for-pr
hub pull-request
# Celebrate!