New to fastlane? Click here to open the installation & setup instructions first
1) Install the latest Xcode command line tools
xcode-select --install
2) Install fastlane
# Using RubyGems
sudo gem install fastlane -NV
# Alternatively using Homebrew
brew install fastlane
3) Navigate to your project and run
fastlane init
Available Plugins
appcenter
via Microsoft Corporation
Fastlane plugin for App Center
Provided actions
Name | Category | Description |
---|---|---|
appcenter_fetch_version_number | - | Fetches the latest version number of an app or the last build number of a version from App Center |
appcenter_fetch_devices | - | Fetches a list of devices from App Center to distribute an iOS app to |
appcenter_upload | - | Distribute new release to App Center |
Score details
Metric | Points | Description |
---|---|---|
contributors | 246 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 51 | More subscribers = more popular project |
stars | 404 | More stars = more popular project |
forks | 515 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -49 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 23457 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
firebase_app_distribution
via Stefan Natchev, Manny Jimenez, Alonso Salas Infante
Release your beta builds to Firebase App Distribution. https://firebase.google.com/docs/app-distribution
Provided actions
Name | Category | Description |
---|---|---|
firebase_app_distribution_login | - | Authenticate with Firebase App Distribution using a Google account. |
firebase_app_distribution_add_testers | - | Create testers in bulk from a comma-separated list or a file |
firebase_app_distribution_get_udids | - | Download the UDIDs of your Firebase App Distribution testers |
firebase_app_distribution | - | Release your beta builds with Firebase App Distribution |
firebase_app_distribution_remove_testers | - | Delete testers in bulk from a comma-separated list or a file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 84 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 36 | More subscribers = more popular project |
stars | 97 | More stars = more popular project |
forks | 60 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -13 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 23556 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
badge
via Daniel Griesser
Add a badge overlay to your app icon
Provided actions
Name | Category | Description |
---|---|---|
add_badge | - | Automatically add a badge to your app icon |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 175 | More stars = more popular project |
forks | 75 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 12374 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
versioning
via Siarhei Fiedartsou, John Douglas
Allows to set/get app version and build number directly to/from Info.plist
Provided actions
Name | Category | Description |
---|---|---|
get_version_number_from_git_branch | - | Extract version number from git branch name |
increment_build_number_in_xcodeproj | - | Increment build number in xcodeproj |
get_version_number_from_plist | - | Get the version number of your project |
get_build_number_from_plist | - | Get the build number of your project |
ci_build_number | building | Detects current build number defined by CI system |
get_version_number_from_xcodeproj | - | Get the version number of your project |
increment_version_number_in_xcodeproj | - | Increment build number in xcodeproj |
increment_version_number_in_plist | - | Increment the version number of your project |
get_app_store_version_number | - | Get the version number of your app in the App Store |
get_info_plist_path | - | Get the version number of your project |
get_build_number_from_xcodeproj | - | Get the build number of your project |
increment_build_number_in_plist | - | Increment the build number of your project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 90 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 18 | More subscribers = more popular project |
stars | 381 | More stars = more popular project |
forks | 220 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -8 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 11655 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
sentry
via Sentry
Upload symbols to Sentry
Provided actions
Name | Category | Description |
---|---|---|
sentry_upload_dsym | - | Upload dSYM symbolication files to Sentry |
sentry_set_commits | - | Set commits of a release |
sentry_upload_sourcemap | - | Upload a sourcemap to a release of a project on Sentry |
sentry_finalize_release | - | Finalize a release for a project on Sentry |
sentry_upload_file | - | Upload files to a release of a project on Sentry |
sentry_create_deploy | - | Creates a new release deployment for a project on Sentry |
sentry_upload_proguard | - | Upload mapping to a project on Sentry |
sentry_create_release | - | Create new releases for a project on Sentry |
sentry_check_cli_installed | - | Checks that sentry-cli with the correct version is installed |
sentry_upload_dif | - | Upload debugging information files. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 51 | More subscribers = more popular project |
stars | 85 | More stars = more popular project |
forks | 210 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -17 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 6740 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
bugsnag
via Delisa Mason
Uploads dSYM files to Bugsnag
Provided actions
Name | Category | Description |
---|---|---|
upload_symbols_to_bugsnag | - | Uploads dSYM debug symbol files to Bugsnag |
send_build_to_bugsnag | building | Notifies Bugsnag of a build |
dsym_magic | - | Sets the dsym path |
Score details
Metric | Points | Description |
---|---|---|
contributors | 96 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 63 | More subscribers = more popular project |
stars | 30 | More stars = more popular project |
forks | 40 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -4 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 6625 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
aws_s3
via Josh Holtz
Upload IPA and APK to S3
Provided actions
Name | Category | Description |
---|---|---|
aws_s3 | - | Generates a plist file and uploads all to AWS S3 |
Score details
Metric | Points | Description |
---|---|---|
contributors | 150 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 118 | More stars = more popular project |
forks | 275 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -17 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5944 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
test_center
via Lyndsey Ferguson
🎯 Understand, tame, and train your iOS & Mac tests 🎉
Provided actions
Name | Category | Description |
---|---|---|
suppressed_tests | testing | 🗜 Retrieves a list of tests that are suppressed in a specific or all Xcode Schemes in a project |
suppress_tests | testing | 🗜 Suppresses specific tests in a specific or all Xcode Schemes in a given project |
tests_from_xcresult | testing | ☑️ Retrieves the failing, passing, and skipped tests as reported in a xcresult bundle |
suppress_tests_from_junit | testing | 🗜 Uses a junit xml report file to suppress either passing or failing tests in an Xcode Scheme |
tests_from_xctestrun | testing | ️️☑️ Retrieves all of the tests from xctest bundles referenced by the xctestrun file |
quit_core_simulator_service | testing | 📲 Force-quits the com.apple.CoreSimulator.CoreSimulatorService to fix mysterious iOS Simulator issues. |
collate_test_result_bundles | testing | 🔸 Combines multiple test_result bundles into one test_result bundle |
tests_from_junit | testing | ☑️ Retrieves the failing and passing tests as reported in a junit xml file |
multi_scan | testing | ♻️ Uses scan to run Xcode tests a given number of times, with the option of batching and/or parallelizing them, only re-testing failing tests. |
test_options_from_testplan | testing | ☑️ Gets test info from a given test plan |
collate_html_reports | testing | 🔶 Combines multiple html report files into one html report file |
collate_junit_reports | testing | 🔷 Combines multiple junit report files into one junit report file |
collate_json_reports | testing | 🔹 Combines multiple json report files into one json report file |
testplans_from_scheme | testing | ☑️Gets all the testplans that a Scheme references |
collate_xcresults | - | 🔸 Combines multiple xcresult bundles into one xcresult bundle |
Score details
Metric | Points | Description |
---|---|---|
contributors | 66 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 33 | More subscribers = more popular project |
stars | 208 | More stars = more popular project |
forks | 195 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -14 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5822 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
increment_version_code
via Jems
Increment the version code of your android project.
Provided actions
Name | Category | Description |
---|---|---|
increment_version_code | - | Increment the version code of your android project. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 40 | More stars = more popular project |
forks | 35 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5916 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
trainer
via KrauseFx
Convert xcodebuild plist files to JUnit reports
Provided actions
Name | Category | Description |
---|---|---|
trainer | - | Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed |
Score details
Metric | Points | Description |
---|---|---|
contributors | 42 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 18 | More subscribers = more popular project |
stars | 132 | More stars = more popular project |
forks | 110 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -8 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5370 | More downloads = more users have been using the plugin for a while |
tests | 24 | The more tests a plugin has, the better |
versioning_android
via Igor Lamos
Android Versioning Plugin for Fastlane
Provided actions
Name | Category | Description |
---|---|---|
android_get_version_name | - | Get the Version Name of your Android project |
android_set_version_code | - | Set the Version Code of your Android project |
android_set_version_name | - | Set the Version Name of your Android project |
android_get_version_code | - | Get the Version Code of your Android project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3911 | More downloads = more users have been using the plugin for a while |
tests | 36 | The more tests a plugin has, the better |
changelog
via Pavel Prochazka
Automate changes to your project CHANGELOG.md
Provided actions
Name | Category | Description |
---|---|---|
read_changelog | - | Reads content of a section from your project CHANGELOG.md file |
update_changelog | - | Updates content of a section of your project CHANGELOG.md file |
emojify_changelog | - | Emojifies the output of read_changelog action |
stamp_changelog | - | Stamps the [Unreleased] section with provided identifier in your project CHANGELOG.md file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 60 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 176 | More stars = more popular project |
forks | 225 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 2952 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
appicon
via Boris Bügling, Felix Krause
Generate required icon sizes and iconset from a master application icon.
Provided actions
Name | Category | Description |
---|---|---|
android_appicon | - | Generate required icon sizes from a master application icon |
appicon | - | Generate required icon sizes and iconset from a master application icon |
Score details
Metric | Points | Description |
---|---|---|
contributors | 120 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 27 | More subscribers = more popular project |
stars | 295 | More stars = more popular project |
forks | 205 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -19 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 2562 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
load_json
via Felix Krause
Loads a local JSON file and parses it
Provided actions
Name | Category | Description |
---|---|---|
load_json | - | Loads a local JSON file and parses it |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 2489 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
get_version_name
via Jems
Get the version name of an Android project.
Provided actions
Name | Category | Description |
---|---|---|
get_version_name | - | Get the version name of an Android project. This action will return the version name of your project according to the one set in your build.gradle file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 2313 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
yarn
via Josh Lesch
Execute Yarn commands from your Fastfile
Provided actions
Name | Category | Description |
---|---|---|
yarn | - | Execute Yarn commands from your Fastfile |
Score details
Metric | Points | Description |
---|---|---|
contributors | 24 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 16 | More stars = more popular project |
forks | 30 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1972 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
browserstack
via BrowserStack
Uploads IPA and APK files to BrowserStack for automation and manual testing.
Provided actions
Name | Category | Description |
---|---|---|
upload_to_browserstack_app_automate | - | Uploads IPA and APK files to BrowserStack AppAutomate for running automated tests. |
upload_to_browserstack_app_live | - | Uploads IPA and APK files to BrowserStack AppLive for running manual tests. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 24 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 27 | More subscribers = more popular project |
stars | 10 | More stars = more popular project |
forks | 35 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 19 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1804 | More downloads = more users have been using the plugin for a while |
tests | 51 | The more tests a plugin has, the better |
xcconfig
via Sergii Ovcharenko
Adds 2 actions to fastlane to read and update xcconfig files.
Provided actions
Name | Category | Description |
---|---|---|
update_xcconfig_value | - | Updates value of a setting in xcconfig file. |
set_xcconfig_value | - | Sets the value of a setting in xcconfig file. |
get_xcconfig_value | - | Reads a value of a setting from xcconfig file. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1847 | More downloads = more users have been using the plugin for a while |
tests | 30 | The more tests a plugin has, the better |
get_version_code
via Jems
Get the version code of anAndroid project. This action will return the version code of your project according to the one set in your build.gradle file
Provided actions
Name | Category | Description |
---|---|---|
get_version_code | - | Get the version code of an Android project. This action will return the version code of your project according to the one set in your build.gradle file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1697 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
android_versioning
via Manabu OHTAKE
Allows to set/get app version name and version code directly to/from build.gradle
Provided actions
Name | Category | Description |
---|---|---|
get_value_from_build | - | - |
increment_version_code | - | Increment the version code of your project |
set_value_in_build | - | Set the value of your project |
get_version_name | - | Get the version name of your project |
increment_version_name | - | Increment the version name of your project |
get_version_code | - | Get the version code of your project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 41 | More stars = more popular project |
forks | 60 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1531 | More downloads = more users have been using the plugin for a while |
tests | 66 | The more tests a plugin has, the better |
slack_upload
via Dawid Cieslak
Uploads specified file to Slack
Provided actions
Name | Category | Description |
---|---|---|
slack_upload | - | Uploads given file to Slack |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 19 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1668 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
rome
via François Benaiteau, Tommaso Piazza
A cache tool for Carthage
Provided actions
Name | Category | Description |
---|---|---|
rome | - | An S3 cache tool for Carthage |
Score details
Metric | Points | Description |
---|---|---|
contributors | 30 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 14 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1466 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
semantic_release
via Jiří Otáhal
Automated version managment and generator of release notes.
Provided actions
Name | Category | Description |
---|---|---|
conventional_changelog | - | Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. |
analyze_commits | - | Finds a tag of last release and determinates version of next release |
Score details
Metric | Points | Description |
---|---|---|
contributors | 36 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 108 | More stars = more popular project |
forks | 130 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -4 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1081 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
dropbox
via Dominik Kapusta
Uploads files to Dropbox
Provided actions
Name | Category | Description |
---|---|---|
dropbox | - | Uploads files to Dropbox |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 22 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1369 | More downloads = more users have been using the plugin for a while |
tests | 30 | The more tests a plugin has, the better |
aws_device_farm
via Helmut Januschka
Run UI Tests on AWS Devicefarm
Provided actions
Name | Category | Description |
---|---|---|
aws_device_farm | - | Upload the application to the AWS device farm |
aws_device_farm_package | - | Packages .app from deriveddata to an aws-compatible ipa |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 80 | More stars = more popular project |
forks | 170 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 29 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -5 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1091 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
bundletool
via Martin Gonzalez
Extracts a universal apk from an .aab file
Provided actions
Name | Category | Description |
---|---|---|
bundletool | - | Extracts an universal apk from an .aab file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 14 | More stars = more popular project |
forks | 20 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1207 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
update_provisioning_profile_specifier
via Jordan Bondo
Update the provisioning profile in the Xcode Project file for a specified target
Provided actions
Name | Category | Description |
---|---|---|
update_provisioning_profile_specifier | - | Update the provisioning profile in the Xcode Project file for a specified target |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 20 | More stars = more popular project |
forks | 30 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1216 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
cordova
via Almouro
Build your Cordova app
Provided actions
Name | Category | Description |
---|---|---|
cordova | building | Build your Cordova app |
Score details
Metric | Points | Description |
---|---|---|
contributors | 78 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 108 | More stars = more popular project |
forks | 160 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -19 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 856 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
xchtmlreport
via Titouan Van Belle
Plugin for XCHTMLReport
Provided actions
Name | Category | Description |
---|---|---|
xchtmlreport | - | Xcode-like HTML report for Unit and UI Tests |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1219 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
automated_test_emulator_run
via Kamil Krzyk
Starts n AVDs based on JSON file config. AVDs are created and configured according to user liking before instrumentation test process (started either via shell command or gradle) and killed/deleted after test process finishes.
Provided actions
Name | Category | Description |
---|---|---|
automated_test_emulator_run | - | Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 30 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 75 | More stars = more popular project |
forks | 85 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -5 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 983 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
increment_version_name
via fierysolid
Increment the version name of your android project.
Provided actions
Name | Category | Description |
---|---|---|
increment_version_name | project | Increment the version name of your android project. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1143 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
commit_android_version_bump
via jems
This Android plugins allow you to commit every modification done in your build.gradle file during the execution of a lane. In fast, it do the same as the commit_version_bump action, but for Android
Provided actions
Name | Category | Description |
---|---|---|
commit_android_version_bump | - | This Android plugins allow you to commit every modification done in your build.gradle file during the execution of a lane. In fast, it do the same as the commit_version_bump action, but for Android |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 20 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1103 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
update_android_strings
via bang
Update Android res strings.xml
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1185 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
synx
via Afonso Graça
Organise your Xcode project folder to match your Xcode groups.
Provided actions
Name | Category | Description |
---|---|---|
synx | - | Organise your Xcode project folder to match your Xcode groups. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 26 | More stars = more popular project |
forks | 20 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 1043 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
lizard
via Moses Liao
Run swift code complexity analytics using Lizard
Provided actions
Name | Category | Description |
---|---|---|
lizard | - | Run lizard code cyclomatic complexity analysis. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 19 | More stars = more popular project |
forks | 55 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 882 | More downloads = more users have been using the plugin for a while |
tests | 72 | The more tests a plugin has, the better |
tpa
via The Perfect App
TPA gives you advanced user behaviour analytics, app distribution, crash analytics and more
Provided actions
Name | Category | Description |
---|---|---|
upload_to_tpa | beta | Upload app builds to The Perfect App (tpa.io) |
upload_symbols_to_tpa | misc | Upload dsym files downloaded from App Store Connect directly to TPA |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 9 | More stars = more popular project |
forks | 35 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 876 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
xcake
via James Campbell
Create your Xcode projects automatically using a stupid simple DSL.
Provided actions
Name | Category | Description |
---|---|---|
xcake | - | Runs `xcake` for the project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 114 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 48 | More subscribers = more popular project |
stars | 464 | More stars = more popular project |
forks | 190 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 35 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -5 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 103 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
teams
via Morten Bøgh
Send a success/error message to your Microsoft Teams channel
Provided actions
Name | Category | Description |
---|---|---|
teams | notifications | Send a message to your Microsoft Teams channel via the webhook connector |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 943 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
brew
via Michael Ruhl
Run Homebrew/Linuxbrew command
Provided actions
Name | Category | Description |
---|---|---|
brew | - | Run Homebrew/Linuxbrew command |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 36 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 847 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
update_xcodeproj
via Fumiya Nakamura
Update Xcode projects
Provided actions
Name | Category | Description |
---|---|---|
update_xcodeproj | - | Update Xcode projects |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 778 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
firebase_test_lab
via Shihua Zheng
Test your app with Firebase Test Lab with ease using fastlane
Provided actions
Name | Category | Description |
---|---|---|
firebase_test_lab_ios_xctest | - | Submit an iOS XCTest job to Firebase Test Lab |
Score details
Metric | Points | Description |
---|---|---|
contributors | 42 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 39 | More subscribers = more popular project |
stars | 54 | More stars = more popular project |
forks | 105 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 18 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -8 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 591 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
download_github_release_asset
via Anton Domashnev
This action downloads a GitHub release's asset using the GitHub API and puts it in a destination path.\nIf the file has been previously downloaded, it will be overrided.
Provided actions
Name | Category | Description |
---|---|---|
download_github_release_asset | - | Downloads a GitHub release's asset |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 29 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 795 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
run_tests_firebase_testlab
via Bruno Correia
Runs Android tests in Firebase Test Lab.
Provided actions
Name | Category | Description |
---|---|---|
run_tests_firebase_testlab | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 25 | More stars = more popular project |
forks | 40 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 633 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
carthage_cache
via Thi Doan
A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3.
Provided actions
Name | Category | Description |
---|---|---|
carthage_cache_install | - | Download Carthage cache from Amazon S3 |
carthage_cache_publish | - | Upload Carthage cache to Amazon S3 |
carthage_cache_exist | - | Check if Carthage cache exists for Cartfile.resolved in Amazon S3 |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 10 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 736 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
xcodegen
via Michael Ruhl
Run xcodegen for the project
Provided actions
Name | Category | Description |
---|---|---|
xcodegen | - | Runs `xcodegen` for the project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 17 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 629 | More downloads = more users have been using the plugin for a while |
tests | 36 | The more tests a plugin has, the better |
setup_fragile_tests_for_rescan
via Lyndsey Ferguson
Suppress stabile tests so that 'scan' can run the fragile tests again
Provided actions
Name | Category | Description |
---|---|---|
setup_fragile_tests_for_rescan | deprecated | Suppress stabile tests so that 'scan' can run the fragile tests again |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 654 | More downloads = more users have been using the plugin for a while |
tests | 36 | The more tests a plugin has, the better |
properties
via Pavlo Pakholka
Adds 4 actions to fastlane to read and update properties files.
Provided actions
Name | Category | Description |
---|---|---|
increment_version_name_in_properties_file | - | Sets a value of a setting in .properties file. |
set_properties_value | - | Sets a value of a setting in .properties file. |
get_properties_value | - | Reads a value of a setting from .properties file. |
write_properties_file | - | Write any Hash-like structure as a properties file. This action won't create a new file. |
parse_properties_file | - | Load .properties file and returns it as a ruby hash-map. |
increment_version_code_in_properties_file | - | Increase version code inside .properties file. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 667 | More downloads = more users have been using the plugin for a while |
tests | 15 | The more tests a plugin has, the better |
huawei_appgallery_connect
via Shreejan Shrestha
Huawei AppGallery Connect Plugin
Provided actions
Name | Category | Description |
---|---|---|
huawei_appgallery_connect_submit_for_review | - | Huawei AppGallery Connect Plugin |
huawei_appgallery_connect | - | Huawei AppGallery Connect Plugin |
huawei_appgallery_connect_get_app_info | - | Huawei AppGallery Connect Plugin |
Score details
Metric | Points | Description |
---|---|---|
contributors | 36 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 34 | More stars = more popular project |
forks | 50 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 549 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
android_change_package_identifier
via MaximusMcCann
Change the package identifier in the AndroidManifest.xml file. Can revert as well.
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 766 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
settings_bundle
via Jimmy Dee
Fastlane plugin to update static settings in an iOS settings bundle
Provided actions
Name | Category | Description |
---|---|---|
update_settings_bundle | project | actions. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 20 | More stars = more popular project |
forks | 40 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 29 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 486 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
property_file_read
via United Classifieds
Reads property file into dictionary
Provided actions
Name | Category | Description |
---|---|---|
property_file_read | - | Reads property file into dictionary |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 24 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 625 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
prepare_build_resources
via Jakob Jensen
Prepares certificates and provisioning profiles for building and removes them afterwards.
Provided actions
Name | Category | Description |
---|---|---|
prepare_build_resources | - | Prepares certificates and provisioning profiles for building and removes them afterwards. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | -50 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 601 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
diawi
via pacification
Upload .ipa or .apk file to diawi.com
Provided actions
Name | Category | Description |
---|---|---|
diawi | - | Upload .ipa/.apk file to diawi.com |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 32 | More stars = more popular project |
forks | 25 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 489 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
act
via Richard Szalay
Applies changes to plists and app icons inside a compiled IPA or xcarchive
Provided actions
Name | Category | Description |
---|---|---|
act | - | Reconfigures .plists and icons inside a compiled IPA |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 20 | More stars = more popular project |
forks | 30 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 402 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
merge_junit_report
via Derek Yang
Merges multiple junit reports into one
Provided actions
Name | Category | Description |
---|---|---|
merge_junit_report | - | Provides the ability to merge multiple junit reports into one |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 516 | More downloads = more users have been using the plugin for a while |
tests | 30 | The more tests a plugin has, the better |
json
via Martin Gonzalez
actions related to json files
Provided actions
Name | Category | Description |
---|---|---|
write_json | - | Write a json file from a hash at the provided path |
download_json | - | Downloads a json file and expose a hash with symbolized names as result |
merge_jsons | - | Merge a group of jsons files and expose a hash with symbolized names as result. Last json predominate over the rest |
read_json | - | Read a json file and expose a hash with symbolized names as result |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 6 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 504 | More downloads = more users have been using the plugin for a while |
tests | 45 | The more tests a plugin has, the better |
google_drive
via Bumsoo Kim
Upload files to Google Drive
Provided actions
Name | Category | Description |
---|---|---|
update_google_drive_file | - | Update a Google Drive file |
upload_to_google_drive | - | Upload files to Google Drive |
create_google_drive_folder | - | Create new folder on Google Drive |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 42 | More stars = more popular project |
forks | 50 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 399 | More downloads = more users have been using the plugin for a while |
tests | 57 | The more tests a plugin has, the better |
codecov_reporter
via BinaryBeard
Uploads coverage report to Codecov.io
Provided actions
Name | Category | Description |
---|---|---|
codecov_reporter | - | Uploads coverage report to Codecov.io |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 24 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 472 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ionic
via Jan Piotrowski
Build your Ionic app
Provided actions
Name | Category | Description |
---|---|---|
ionic | building | Build your Ionic app |
Score details
Metric | Points | Description |
---|---|---|
contributors | 72 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 41 | More stars = more popular project |
forks | 55 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -23 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 345 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
upload_symbols_to_new_relic
via Helmut Januschka
Uploads dSym to New Relic
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 582 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
mango
via Serghei Moret, Daniel Hartwich
This plugin orchtestrates Android tasks on docker images
Provided actions
Name | Category | Description |
---|---|---|
run_dockerized_task | - | Action that runs Android tasks on a specified Docker image |
Score details
Metric | Points | Description |
---|---|---|
contributors | 30 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 69 | More subscribers = more popular project |
stars | 48 | More stars = more popular project |
forks | 35 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 18 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 208 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
download_file
via Massimo Oliviero
This action downloads a file from an HTTP/HTTPS url (e.g. ZIP file) and puts it in a destination path
Provided actions
Name | Category | Description |
---|---|---|
download_file | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 430 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
git_tags
via Fernando Saragoca
List git tags sorted by taggerdate
Provided actions
Name | Category | Description |
---|---|---|
git_tags | source_control | List git tags |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 467 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
unzip
via Massimo Oliviero
Extract compressed files in a ZIP
Provided actions
Name | Category | Description |
---|---|---|
unzip | - | Extract compressed files in a ZIP |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 429 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
simctl
via Renzo Crisostomo
Fastlane plugin to interact with xcrun simctl
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 545 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
danger-device_grid
via Felix Krause, Boris Bügling
Danger plugin for the fastlane device grid.
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 20 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 407 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
semantic_release2
via William Lauze
Fork for: Automated version managment and generator of release notes.
Provided actions
Name | Category | Description |
---|---|---|
conventional_changelog | - | Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. |
analyze_commits | - | Finds a tag of last release and determinates version of next release |
Score details
Metric | Points | Description |
---|---|---|
contributors | 30 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 83 | More stars = more popular project |
forks | 120 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 113 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
mobile_center
via Microsoft Corporation
Fastlane plugin for Mobile Center
Provided actions
Name | Category | Description |
---|---|---|
appcenter_upload | - | Distribute new release to App Center |
Score details
Metric | Points | Description |
---|---|---|
contributors | 42 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 33 | More subscribers = more popular project |
stars | 47 | More stars = more popular project |
forks | 45 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -11 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 197 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
remove_provisioning_profile
via Anton Domashnev
Remove provision profile from your local machine
Provided actions
Name | Category | Description |
---|---|---|
remove_provisioning_profile | - | Remove the provisioning profile for the given app_identifier and type from local machine |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 7 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 258 | More downloads = more users have been using the plugin for a while |
tests | 60 | The more tests a plugin has, the better |
jira_release_notes
via Alexander Ignition
Release notes from JIRA for version
Provided actions
Name | Category | Description |
---|---|---|
jira_release_notes | - | Jira release notes |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 12 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 299 | More downloads = more users have been using the plugin for a while |
tests | 36 | The more tests a plugin has, the better |
ruby
via Felix Krause
Useful fastlane actions for Ruby projects
Provided actions
Name | Category | Description |
---|---|---|
rubocop | - | Runs the code style checks |
rspec | - | Run tests using rspec |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 32 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 335 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
gradle_properties
via Ryo Sakaguchi
Read properties in your Fastfile easily
Provided actions
Name | Category | Description |
---|---|---|
gradle_properties | - | Read properties in your Fastfile easily |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 395 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
android_emulator
via Michael Ruhl
Creates and starts an Android Emulator (AVD)
Provided actions
Name | Category | Description |
---|---|---|
android_emulator | - | Creates and starts an Android Emulator (AVD) |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 7 | More stars = more popular project |
forks | 60 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 240 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
flutter
via Artem Sheremet
Flutter actions plugin for Fastlane
Provided actions
Name | Category | Description |
---|---|---|
flutter_bootstrap | - | Flutter SDK installation, upgrade and application bootstrap |
flutter | - | Run "flutter" binary with the specified arguments |
flutter_build | building | Run "flutter build" to build a Flutter application |
flutter_generate | - | (1) Run `flutter packages get`; (2) Run `build_runner build` if build_runner is in dev_dependencies; (3) According to `package:intl`, take `$strings_file` and generate `${strings_file.dirname}/arb/intl_messages.arb`, then take all files matching `${strings_file.dirname}/intl_*.arb`, fix them and generate .dart files from them. (4) Generate an empty test importing all files, which would be used to calculate correct full coverage numbers. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 20 | More stars = more popular project |
forks | 25 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 268 | More downloads = more users have been using the plugin for a while |
tests | 42 | The more tests a plugin has, the better |
firebase_test_lab_android
via wasabeef
Test your app with Firebase Test Lab with ease using fastlane
Provided actions
Name | Category | Description |
---|---|---|
firebase_test_lab_android | - | Runs Android tests in Firebase Test Lab. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 51 | More subscribers = more popular project |
stars | 25 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 247 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
google_cloud_storage
via Fernando Saragoca
Google Cloud Storage
Provided actions
Name | Category | Description |
---|---|---|
google_cloud_storage_check_file | - | Check if file exists in Google Cloud Storage |
google_cloud_storage_download | - | Download a file from Google Cloud Storage |
google_cloud_storage_upload | - | Upload a file to Google Cloud Storage |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 348 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
upgrade_super_old_xcode_project
via Jan Piotrowski
Upgrades super old Xcode projects to Xcode 8
Provided actions
Name | Category | Description |
---|---|---|
upgrade_super_old_xcode_project | - | Upgrades super old Xcode projects to Xcode 8 |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 328 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
clean_testflight_testers
via Felix Krause
Automatically remove TestFlight testers that are not actually testing your app
Provided actions
Name | Category | Description |
---|---|---|
clean_testflight_testers | - | Automatically remove TestFlight testers that are not actually testing your app |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 26 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 24 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 287 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
pgyer
via rexshi
distribute app to pgyer beta testing service
Provided actions
Name | Category | Description |
---|---|---|
pgyer | - | distribute app to pgyer beta testing service |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 22 | More stars = more popular project |
forks | 35 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 274 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
cryptex
via Helmut Januschka
fastlane Crypt Store Git repo
Provided actions
Name | Category | Description |
---|---|---|
cryptex | - | Secure Git-Backed Storage |
cryptex_generate_keystore | - | Generate a new Android Keystore |
Score details
Metric | Points | Description |
---|---|---|
contributors | 36 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 26 | More stars = more popular project |
forks | 55 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 29 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -4 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 206 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
instabug_official
via Instabug
Plugin to upload DSYMs to Instabug Dashboard.
Provided actions
Name | Category | Description |
---|---|---|
instabug_official | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 48 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 25 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 235 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
notarize
via Zeplin, Inc.
fastlane plugin to notarize a macOS app
Provided actions
Name | Category | Description |
---|---|---|
notarize | deprecated | Notarizes a macOS app |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 60 | More subscribers = more popular project |
stars | 64 | More stars = more popular project |
forks | 35 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 136 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
icon_versioning
via Iulian Onofrei
Overlay build information on top of your app icon
Provided actions
Name | Category | Description |
---|---|---|
version_icon | - | Overlay build information on top of your app icon. Based on original work by Krzysztof Zabłocki (https://github.com/krzysztofzablocki/Bootstrap). |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 48 | More stars = more popular project |
forks | 20 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 22 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 115 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
onesky
via Daniel Kiedrowski
Helps to update the translations of your app using the OneSky service.
Provided actions
Name | Category | Description |
---|---|---|
onesky_upload | - | Upload a strings file to OneSky |
onesky_download | - | Download a translation file from OneSky |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 15 | More stars = more popular project |
forks | 65 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 29 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 201 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
code_push
via Manuel Koch
CodePush functionality for fastlane
Provided actions
Name | Category | Description |
---|---|---|
code_push_promote | - | CodePush promote |
code_push_login | - | CodePush login with accessKey |
code_push_release_react | - | CodePush release-react functionality for fastlane |
code_push_release_cordova | - | CodePush release-cordova functionality for fastlane |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 23 | More stars = more popular project |
forks | 25 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -4 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 217 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
jira_versions
via Sandy Chapman
Manage your JIRA project's releases/versions with this plugin.
Provided actions
Name | Category | Description |
---|---|---|
release_jira_version | - | Releases a version in your JIRA project |
create_jira_version | - | Creates a new version in your JIRA project |
get_jira_versions | - | Gets a list of all versions for a JIRA project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 14 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 240 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
flutter_version
via tianhaoz95
A plugin to retrieve versioning information for Flutter projects.
Provided actions
Name | Category | Description |
---|---|---|
flutter_version | - | A plugin to retrieve versioning information for Flutter projects. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 36 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 44 | More stars = more popular project |
forks | 65 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 9 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 86 | More downloads = more users have been using the plugin for a while |
tests | 39 | The more tests a plugin has, the better |
retry
via gmgchow
Retries failed XCUITest test cases
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 318 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
tunes
via Boris Bügling
Play music using fastlane, because you can.
Provided actions
Name | Category | Description |
---|---|---|
tunes | - | Play music using fastlane, because you can |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 8 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 229 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
s3_actions
via Fernando Saragoca
Download and upload files to AWS S3
Provided actions
Name | Category | Description |
---|---|---|
s3_download | - | Download a file from AWS S3 |
s3_check_file | - | Check if file exists in AWS S3 |
s3_upload | - | Upload a file to AWS S3 |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 241 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
dynatrace
via Dynatrace LLC
This action processes and uploads your symbol files to Dynatrace
Provided actions
Name | Category | Description |
---|---|---|
dynatrace_process_symbols | - | This action processes and uploads your symbol files to Dynatrace. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 30 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 9 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 93 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
gs_deliver
via Сергей Веселовский
Gradoservice plugin to rule apps releases
Provided actions
Name | Category | Description |
---|---|---|
gs_move_to_ready_for_sale | - | Gradoservice plugin to rule apps releases |
gs_remove_from_testflight_review | - | Gradoservice plugin to rule apps releases |
gs_get_release_notes | - | Gradoservice plugin to rule apps releases |
gs_get_app_status | - | Gradoservice plugin to rule apps releases |
gs_move_rc_to_beta_review | - | Gradoservice plugin to rule apps releases |
gs_start_external_testing | - | Gradoservice plugin to rule apps releases |
gs_reject_latest_version | - | Gradoservice plugin to rule apps releases |
gs_execute_command | - | Gradoservice plugin to rule apps releases |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 270 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
rocket_chat
via Thiago Felix
Send message to Rocket.Chat right from fastlane
Provided actions
Name | Category | Description |
---|---|---|
rocket_chat | - | Send a success/error message to your RocketChat group |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 234 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
wpmreleasetoolkit
via Lorenzo Mattei
GitHub helper functions
Score details
Metric | Points | Description |
---|---|---|
contributors | 54 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 54 | More subscribers = more popular project |
stars | 21 | More stars = more popular project |
forks | 30 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 19 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -28 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 16 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
patch
via Jimmy Dee
Apply and revert pattern-based patches to any text file.
Provided actions
Name | Category | Description |
---|---|---|
apply_patch | deprecated | Apply pattern-based patches to any text file. |
revert_patch | deprecated | Revert the action of apply_patch |
patch | project | Apply pattern-based patches to any text file. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 25 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 173 | More downloads = more users have been using the plugin for a while |
tests | 60 | The more tests a plugin has, the better |
lokalise
via Abbas Jaffery
Sync metadata with Lokalise
Provided actions
Name | Category | Description |
---|---|---|
add_keys_to_lokalise | - | Add keys to lokalise |
lokalise | - | Download Lokalise localization |
lokalise_metadata | - | Upload metadata to lokalise. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 213 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
android_change_string_app_name
via MaximusMcCann
Change the app_name in the strings.xml file & revert method
Provided actions
Name | Category | Description |
---|---|---|
android_change_string_app_name | - | Change the app_name in the strings.xml file & revert method |
android_change_string_app_name_revert | - | Revert strings.xml app_name using ANDROID_CHANGE_STRING_APP_NAME_ORIGINAL_NAME |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 29 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 234 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
xcode_log_parser
via KrauseFx
Convert the Xcode plist log to a JUnit report
Provided actions
Name | Category | Description |
---|---|---|
trainer | - | Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed |
Score details
Metric | Points | Description |
---|---|---|
contributors | 30 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 102 | More stars = more popular project |
forks | 60 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -5 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5 | More downloads = more users have been using the plugin for a while |
tests | 24 | The more tests a plugin has, the better |
waldo
via J. G. Pusey
Upload build to Waldo
Provided actions
Name | Category | Description |
---|---|---|
waldo | testing | Upload a new build to [Waldo](https://www.waldo.io) |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 157 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
pretty_junit
via GaryJohnson
Pretty JUnit test results for your Android projects.
Provided actions
Name | Category | Description |
---|---|---|
pretty_junit | - | Pretty JUnit test results for your Android projects. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 219 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
get_product_bundle_id
via Lyndsey Ferguson
Gets PRODUCT_BUNDLE_IDENTIFIER from the first buildable target in a given scheme
Provided actions
Name | Category | Description |
---|---|---|
get_product_bundle_id | - | Gets PRODUCT_BUNDLE_IDENTIFIER from a buildable target in an Xcode project using a provided scheme |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 176 | More downloads = more users have been using the plugin for a while |
tests | 27 | The more tests a plugin has, the better |
gmail
via Alexander Ignition
send mail from gmail
Provided actions
Name | Category | Description |
---|---|---|
gmail | - | A short description with <= 80 characters of what this action does |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 7 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 166 | More downloads = more users have been using the plugin for a while |
tests | 18 | The more tests a plugin has, the better |
clubmate
via KrauseFx
Print the Club Mate logo in your build output
Provided actions
Name | Category | Description |
---|---|---|
clubmate | - | Print a Club Mate in your build output |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 8 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 32 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 166 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
latest_hockeyapp_version_number
via Travis Palmer
Easily fetch the most recent HockeyApp version number for your app
Provided actions
Name | Category | Description |
---|---|---|
latest_hockeyapp_version_number | - | Easily fetch the most recent HockeyApp version number for your app |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -4 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 172 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
jira_set_fix_version
via Tommy Sadiq Hinrichsen
Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name
Provided actions
Name | Category | Description |
---|---|---|
jira_set_fix_version | - | Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 152 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
cerberus
via Harry Singh
Cerberus is a fastlane plugin for extracting Jira issues from commit messages and sharing information on its respective Jenkins job and HockeyApp upload.
Provided actions
Name | Category | Description |
---|---|---|
find_commits | - | Extracts additional issues from the log |
jira_comment | - | This action adds comments on Jira issues with the current build number and url of that build |
find_tickets | - | Extracts the Jira issue keys between commits |
release_notes | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 57 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 18 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 101 | More downloads = more users have been using the plugin for a while |
tests | 30 | The more tests a plugin has, the better |
ci_changelog
via icyleaf
Automate generate changelog between previous build failed and the latest commit of scm in CI
Provided actions
Name | Category | Description |
---|---|---|
ci_changelog | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 100 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
google_sheet_localize
via Mario Hahn
Creates .strings files for iOS and strings.xml files for Android
Provided actions
Name | Category | Description |
---|---|---|
google_sheet_localize | - | Creates .strings files for iOS and strings.xml files for Android |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 16 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -5 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 168 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
applivery
via Alejandro Jimenez
Upload new build to Applivery
Provided actions
Name | Category | Description |
---|---|---|
applivery | beta | Upload new iOS or Android build to Applivery |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 12 | More stars = more popular project |
forks | 20 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 121 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
gs_project_flow_ios
via Сергей Веселовский
Plugin contains project flow code for code sharing between projects
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 276 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
cosigner
via André Pacheco Neves, Luís Portela Afonso
A fastlane plugin to help you sign your iOS builds
Provided actions
Name | Category | Description |
---|---|---|
cosigner | - | A fastlane plugin to help you sign your iOS builds |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 39 | More subscribers = more popular project |
stars | 21 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 90 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
versioning_ios
via Igor Lamoš
iOS Versioning Plugin for Fastlane
Provided actions
Name | Category | Description |
---|---|---|
ios_set_build_number | - | Set the Build Number of your iOS project |
ios_get_build_number | - | Get the Build Number of your iOS project |
ios_set_version | - | Set the Version of your iOS project |
ios_get_version | - | Get the Version of your iOS project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 158 | More downloads = more users have been using the plugin for a while |
tests | 51 | The more tests a plugin has, the better |
uninow-sentry
via Tom Krusch
Upload symbols to Sentry
Provided actions
Name | Category | Description |
---|---|---|
sentry_upload_sourcemap | - | Upload a sourcemap to a release of a project on Sentry |
sentry_finalize_release | - | Finalize a release for a project on Sentry |
sentry_create_release | - | Create new releases for a project on Sentry |
sentry_upload_file | - | Upload files to a release of a project on Sentry |
sentry_upload_dsym | - | Upload dSYM symbolication files to Sentry |
sentry_set_commits | - | Set commits of a release |
sentry_upload_proguard | - | Upload mapping to a project on Sentry |
Score details
Metric | Points | Description |
---|---|---|
contributors | 66 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
framer
via DrAL3X
Create images combining app screenshots with templates to make nice pictures for the App Store
Provided actions
Name | Category | Description |
---|---|---|
framer | - | Create images combining app screenshots to templates to make a nice \'screenshot\' to upload in App Store and Google Play |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 31 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 25 | More downloads = more users have been using the plugin for a while |
tests | 51 | The more tests a plugin has, the better |
changelog_generator
via Fernando Saragoca
Changelog generation based on merged pull requests & tags
Provided actions
Name | Category | Description |
---|---|---|
generate_changelog | - | Changelog generation based on merged pull requests & tags |
generate_release_changelog | - | Changelog generation based on merged pull requests & tags, filtered by one or two tags |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 8 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 158 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
branch
via Branch, Jimmy Dee
Adds Branch keys, custom URI schemes and domains to iOS and Android projects. Validates the Universal Link configuration for any Xcode project.
Provided actions
Name | Category | Description |
---|---|---|
update_action_docs | - | Generate a standard action page for each action |
update_readme | - | Update the contents of the README in this repo |
branch_report | project | Generate a brief summary or a full build report for your project. |
setup_branch | project | configuration for Xcode projects. |
validate_universal_links | project | Validates Universal Link configuration for an Xcode project. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 24 | More subscribers = more popular project |
stars | 8 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 59 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
get_unprovisioned_devices_from_hockey
via GaryJohnson
Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices.
Provided actions
Name | Category | Description |
---|---|---|
get_unprovisioned_devices_from_hockey | - | Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 24 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 117 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
airwatch_workspaceone
via Ram Awadhesh Sharan
The main purpose of this plugin is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise instance/console.
Provided actions
Name | Category | Description |
---|---|---|
add_or_update_assignments | - | The main purpose of this action is to add a new smart group assignment to an application or to update an existing smart group assignment of an application with a given dictionary of deployment/assignment parameters. If a smart group name is provided which does not exist yet on Console, assignment for that smart group is ignored. |
unretire_specific_version | - | The main purpose of this action is to unretire a specific version of an application. This action takes a string parameter where you can specify the version number to unretire. |
retire_previous_versions | - | The main purpose of this action is to retire previous active versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to retire all the previous active versions. |
delete_specific_version | - | The main purpose of this action is to delete a specific version of an application. This action takes a string parameter where you can specify the version number to delete. |
latest_version | - | The main purpose of this action is to find the version number of the latest version of the app on the console and output the same. It also finds and outputs arrays of active app version numbers and retired app version numbers of the app. |
deploy_build | - | The main purpose of this action is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise console. |
delete_previous_versions | - | The main purpose of this action is to delete versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to delete all the versions. |
retire_specific_version | - | The main purpose of this action is to retire a specific version of an application. This action takes a string parameter where you can specify the version number to retire. |
unretire_all_versions | - | The main purpose of this action is to unretire all retired versions of an application. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 25 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 13 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 119 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
latest_hockey_build_number
via Sergii Stotskyi, Kirill Pahnev
Gets latest version number of the app with the bundle id from HockeyApp
Provided actions
Name | Category | Description |
---|---|---|
latest_hockey_build_number | - | Gets latest version number of the app with the bundle id from HockeyApp |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 146 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
android_sdk_update
via Philipp Burgk, Michael Ruhl
Install required Android-SDK packages
Provided actions
Name | Category | Description |
---|---|---|
android_sdk_update | - | Install and update required Android-SDK packages |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 33 | More subscribers = more popular project |
stars | 10 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 74 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
telegram
via sergpetrov
Allows post messages to telegram channel
Provided actions
Name | Category | Description |
---|---|---|
telegram | - | Allows post messages to telegram channel |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 10 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 24 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 167 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
swiftlint_codequality
via Mads Bøgeskov
Converts SwiftLint reports into GitLab support CodeQuality reports
Provided actions
Name | Category | Description |
---|---|---|
swiftlint_codequality | - | Converts SwiftLint reports into GitLab support CodeQuality reports |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 11 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 144 | More downloads = more users have been using the plugin for a while |
tests | 24 | The more tests a plugin has, the better |
sharethemeal
via Helmut Januschka
ShareTheMeal
Provided actions
Name | Category | Description |
---|---|---|
sharethemeal | - | Donate food via ShareTheMeal |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 7 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 116 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
github_job_status
via Justin Singer
Post the status of your test jobs to your pull requests
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 220 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
polidea
via Piotrek Dubiel
Polidea's fastlane action
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 200 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
icon_banner
via Émile Bélair
IconBanner adds custom nice-looking banners over your mobile app icons
Provided actions
Name | Category | Description |
---|---|---|
icon_banner_restore | - | Restores the original app icons (can be used after build to clean up the repository) |
icon_banner | - | Adds custom nice-looking banners over your mobile app icons |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 155 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
souyuz
via Felix Rudat
A fastlane component to make Xamarin builds a breeze
Provided actions
Name | Category | Description |
---|---|---|
app_version | - | Easily set or print app version with `app_version` |
souyuz | - | Easily build and sign your app using `souyuz` |
Score details
Metric | Points | Description |
---|---|---|
contributors | 24 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 32 | More stars = more popular project |
forks | 35 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 32 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 74 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
semaphore
via Dmitry Bespalov
Semaphore CI integration
Provided actions
Name | Category | Description |
---|---|---|
setup_semaphore | - | Semaphore CI integration |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 132 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
ftp
via Allan Vialatte
Simple ftp upload and download for Fastlane
Provided actions
Name | Category | Description |
---|---|---|
ftp | - | Upload and Download files via FTP |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 27 | More stars = more popular project |
forks | 50 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 61 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
firebase_management
via Ackee
Unofficial tool to access Firebase project settings
Provided actions
Name | Category | Description |
---|---|---|
firebase_management_add_app | - | Add new app to Firebase project |
firebase_management_list | - | List all Firebase projects and their apps |
firebase_management_download_config | - | Download configuration file for Firebase app |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 8 | More stars = more popular project |
forks | 25 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 66 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
slack_train
via Felix Krause
Show a train of the fastlane progress
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 223 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
giffy
via SiarheiFiedartsou
Fastlane plugin for Giffy.com API
Provided actions
Name | Category | Description |
---|---|---|
giffy_random_sticker_url | - | Allows to obtain URL to some random GIF sticker from Giffy.com |
giffy_random_gif_url | - | Allows to obtain URL to some random funny GIF from Giffy.com |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 104 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
create_xcframework
via Boris Bielik, Alexey Alter-Pesotskiy
Fastlane plugin that creates xcframework for given list of destinations.
Provided actions
Name | Category | Description |
---|---|---|
create_xcframework | building | Fastlane plugin that creates xcframework for given list of destinations. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 11 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 7 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 109 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
fir_cli
via atpking
upload ipa or apk to fir.im
Provided actions
Name | Category | Description |
---|---|---|
fir_cli | - | invoke fir-cli from fastlane plugin directly. \nfir-cli: https://github.com/FIRHQ/fir-cli |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 27 | More stars = more popular project |
forks | 20 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 73 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
slack_bot
via Manish Rathi
A fastlane plugin to post slack message using bot api token. 🚀
Provided actions
Name | Category | Description |
---|---|---|
file_upload_to_slack | - | Upload a file to slack channel |
post_to_slack | - | Post a slack message |
fetch_files_slack | - | List files of any #channel using Slack bot `files.list` api. |
update_slack_message | - | Update a slack message using time-stamp(ts) value |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 7 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 7 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 108 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
bugsee
via Dmitry Fink
Bugsee symbols uploader
Provided actions
Name | Category | Description |
---|---|---|
upload_symbols_to_bugsee | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 103 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
automated_test_emulator_run_xing
via Daniel Hartwich
Starts n AVDs based on JSON file config. AVDs are created and configured according to user liking before instrumentation test process (started either via shell command or gradle) and killed/deleted after test process finishes.
Provided actions
Name | Category | Description |
---|---|---|
automated_test_emulator_run_xing | - | Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 36 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 59 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
upload_folder_to_s3
via teriiehina
Upload a folder to S3
Provided actions
Name | Category | Description |
---|---|---|
upload_folder_to_s3 | - | Upload a folder to S3 |
Score details
Metric | Points | Description |
---|---|---|
contributors | 30 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 7 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 32 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 67 | More downloads = more users have been using the plugin for a while |
tests | 18 | The more tests a plugin has, the better |
instrumented_tests
via Silviu Paragina
New action to run instrumented tests for android. This plugin creates and boots an emulator before running a gradle command so that you can run instrumented tests against that emulator. After the gradle command is executed, the avd gets shut down and deleted. This is really helpful on CI services, keeping them clean and always having a fresh avd for testing.
Provided actions
Name | Category | Description |
---|---|---|
instrumented_tests | - | Run android instrumented tests via a gradle command againts a newly created avd |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 14 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -4 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 95 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
xcconfig_actions
via Maksym Grebenets
Adds actions to fastlane to work with xcconfig files
Provided actions
Name | Category | Description |
---|---|---|
build_settings_to_flags | building | Map xcconfig build settings to compiler and linker build flags |
read_xcconfig | building | Read and resolve contents of xcconfig file and return as JSON |
validate_xcconfig | linting | Validate xcconfig file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 25 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
jira_transition
via Valerio Mazzeo
Apply a JIRA transition to issues mentioned in the changelog
Provided actions
Name | Category | Description |
---|---|---|
jira_transition | - | Apply a JIRA transition to issues mentioned in the changelog |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 12 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 129 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
forsis
via Azadeh Bagheri
This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane.
Provided actions
Name | Category | Description |
---|---|---|
forsis | - | This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 11 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 85 | More downloads = more users have been using the plugin for a while |
tests | 24 | The more tests a plugin has, the better |
blackberry_mam
via Lyndsey Ferguson
A fastlane plugin that works with Blackberry Dynamics (formerly Good Dynamics) provides Mobile Application Management
Provided actions
Name | Category | Description |
---|---|---|
update_info_plist_for_blackberry_mam | - | updates the plist so that the built application can be deployed and managed within BlackBerry's Good Dynamics Control Center for Enterprise Mobility Management. |
blackberry_mam_network_check | - | Checks to see if the required network ports for BlackBerry Dynamics are open on the network |
blackberry_mam_version | - | Checks the version of the installed Good framework |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 14 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
latest_appcenter_build_number
via Jack Spargo
Use AppCenter API to get the latest version and build number for an App Center app
Provided actions
Name | Category | Description |
---|---|---|
latest_appcenter_build_number | - | Gets latest version number of the app from AppCenter |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 48 | More downloads = more users have been using the plugin for a while |
tests | 48 | The more tests a plugin has, the better |
uninow_sentry
via Tom Krusch
Upload symbols to Sentry
Provided actions
Name | Category | Description |
---|---|---|
sentry_upload_sourcemap | - | Upload a sourcemap to a release of a project on Sentry |
sentry_finalize_release | - | Finalize a release for a project on Sentry |
sentry_create_release | - | Create new releases for a project on Sentry |
sentry_upload_file | - | Upload files to a release of a project on Sentry |
sentry_upload_dsym | - | Upload dSYM symbolication files to Sentry |
sentry_set_commits | - | Set commits of a release |
sentry_upload_proguard | - | Upload mapping to a project on Sentry |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 13 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
hours
via Rishabh Tayal
Record total time saved by fastlane
Provided actions
Name | Category | Description |
---|---|---|
hours | - | Record total time saved by fastlane |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 85 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
jira_issue_details
via Zaim Ramlan
Get the details for the given jira issue key(s)
Provided actions
Name | Category | Description |
---|---|---|
get_jira_issue | - | Get the details for the given jira issue key(s). |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 110 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
sftp
via Oliver Limberg
Plugin to upload files via SFTP
Provided actions
Name | Category | Description |
---|---|---|
sftp_download | misc | download files from a remote Server via SFTP |
sftp_upload | misc | upload files to a remote Server via SFTP |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 20 | More downloads = more users have been using the plugin for a while |
tests | 63 | The more tests a plugin has, the better |
app_info
via icyleaf
Teardown tool for mobile app(ipa/apk), analysis metedata like version, name, icon etc.
Provided actions
Name | Category | Description |
---|---|---|
app_info | - | Parse and dump mobile app(ipa/apk) metedata. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 68 | More downloads = more users have been using the plugin for a while |
tests | 39 | The more tests a plugin has, the better |
git_info_extract
via alexander sun
Extract JIRA information from git merge
Provided actions
Name | Category | Description |
---|---|---|
git_info_extract | - | Extract JIRA information from git merge |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 144 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
altool
via Shashikant Jagtap
Upload IPA to iTunes Connect using altool
Provided actions
Name | Category | Description |
---|---|---|
altool | - | Upload IPA to iTunes Connect using altool |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 12 | More stars = more popular project |
forks | 30 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 22 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 48 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
codepush
via Pranit Harekar
Fastlane plugin for App Center CodePush actions 🚀
Provided actions
Name | Category | Description |
---|---|---|
codepush_exists_deployment | - | CodePush check if deployment exists |
codepush_release_react | - | CodePush release-react action |
codepush_login | - | CodePush login action |
codepush_get_deployment_key | - | CodePush get deployment key given deployment name |
codepush_list_deployment | - | CodePush list deployment action |
codepush_remove_deployment | - | CodePush remove deployment action |
codepush_logout | - | CodePush logout action |
codepush_rename_deployment | - | CodePush rename deployment action |
codepush_add_deployment | - | CodePush add deployment action |
codepush_promote | - | CodePush promote action |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 10 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 9 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 100 | More downloads = more users have been using the plugin for a while |
tests | 18 | The more tests a plugin has, the better |
localization
via Viktor Malyi
Export/import app localizations with help of xcodebuild -exportLocalizations/-importLocalizations tool
Provided actions
Name | Category | Description |
---|---|---|
import_localizations | - | Import app localizations with help of xcodebuild -importLocalizations tool |
export_localizations | - | Export app localizations with help of xcodebuild -exportLocalizations tool |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 9 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 86 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
setup_app_feedback_sdk
via Yahoo Japan Corporation
Setup the Info.plist for App Feedback SDK
Provided actions
Name | Category | Description |
---|---|---|
setup_app_feedback_sdk | - | Setup the Info.plist for App Feedback SDK |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 101 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
demo_mode
via Florian Rauscha
Sets your connected android devices to demo mode
Provided actions
Name | Category | Description |
---|---|---|
demo_mode | - | Sets your device to demo mode |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 64 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
facelift
via Richard Szalay
Deprecated in favor of 'fastlane-plugin-act'
Provided actions
Name | Category | Description |
---|---|---|
act | - | Reconfigures .plists and icons inside a compiled IPA |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 17 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -4 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 12 | More downloads = more users have been using the plugin for a while |
tests | 72 | The more tests a plugin has, the better |
xamarin_build
via punksta
Build xamarin android\ios projects
Provided actions
Name | Category | Description |
---|---|---|
extract_certificate | - | Extract certificate public key from provision profile |
xamarin_update_configuration | - | Set properties of specific build configuration in Xamarin configuration file |
xamarin_build | - | Build xamarin android and ios projects |
Score details
Metric | Points | Description |
---|---|---|
contributors | 24 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 7 | More stars = more popular project |
forks | 40 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 33 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ciutils
via Nicolae Ghimbovschi
Various utilities for iOS CI
Provided actions
Name | Category | Description |
---|---|---|
en_build_number | - | Get the value for build number from environment |
en_install_provisioning_profiles | - | Copies recursively all provisioning profiles from current folder to system Provisioning Profiles |
en_profile_name | - | A short description with <= 80 characters of what this action does |
en_remove_keychain | - | Removes the keychain setup by en_setup_keychain |
en_ci_utils_init | - | Sets env variables for gym, scan, swiftlint and lizard actions |
en_setup_project | - | Updates Xcode project, plist and entitlements file if config file is provided |
en_setup_keychain | - | Creates the keychain, and imports the provided certificate |
en_git_changelog | - | Creates a change log from git commits by filtering commits by a pattern (e.g. JIRA task prefix) |
en_close_simulator | - | Closes all simulator instances |
en_create_sonar_reports | - | Creates swiftlint, lizard and oclint reports and adjusts junit reports for sonarqube (with the open source swift/objc plugin) |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 29 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 102 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
msbuild
via Jeff Ward
Build a Xamarin.iOS or Xamarin.Android project using msbuild
Provided actions
Name | Category | Description |
---|---|---|
msbuild | - | Build a Xamarin.iOS or Xamarin.Android project using msbuild |
assembly_info_poke_version | - | Set the version in an AssemblyInfo.cs file. Optionally only set the revision number |
nuget_pack | - | Package a nuspec |
nuspec_poke_version | - | Set the version in a Nuspec file. Optionally only set the revision number |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 27 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 101 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
huawei_appgallery
via Arne Kaiser
Plugin to deploy an app to the Huawei AppGallery
Provided actions
Name | Category | Description |
---|---|---|
huawei_appgallery | - | Plugin to deploy an app to the Huawei AppGallery |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 21 | More stars = more popular project |
forks | 55 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 25 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
android_version_manager
via Jonathan Cardoso Machado
Android's App Version Managment
Provided actions
Name | Category | Description |
---|---|---|
android_base | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 11 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 26 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
git_status
via Bruno Coelho
Show the status of one or multiple files/directories
Provided actions
Name | Category | Description |
---|---|---|
git_status | - | Show the status of one or multiple files/directories |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 95 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
find_replace_string
via Jonathan Ritchie
Find a string in a file and replace it with a new one.
Provided actions
Name | Category | Description |
---|---|---|
find_replace_string | - | Find and replace a string in a project file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 125 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
semantic_convention_release
via Jiří Otáhal, Sergio Fierro
Automated version managment and generator of release notes.
Provided actions
Name | Category | Description |
---|---|---|
conventional_changelog | - | Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. |
analyze_commits | - | Finds a tag of last release and determinates version of next release |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 15 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
secret_keeper
via Daniel Jankowski
secret_keeper is a wrapped on keychain access.
Provided actions
Name | Category | Description |
---|---|---|
remove_item_from_keychain | - | Removes the credentials from the keychain on behalf of the user |
add_item_to_keychain | - | Adds the credentials to the keychain on behalf of the user |
read_item_from_keychain | - | Reads the password from the keychain for a given item |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 87 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ensure_xcode_build_version
via Fumiya Nakamura
Ensure Xcode Build Version for working with Beta, GM and Release
Provided actions
Name | Category | Description |
---|---|---|
ensure_xcode_build_version | - | Ensure the selected Xcode Build version with xcode-select matches a value |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 51 | More downloads = more users have been using the plugin for a while |
tests | 15 | The more tests a plugin has, the better |
aws_sns
via Josh Holtz
Creates AWS SNS platform applications
Provided actions
Name | Category | Description |
---|---|---|
aws_sns | - | Creates AWS SNS platform applications |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 10 | More stars = more popular project |
forks | 35 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 29 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 80 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
semantic_release_workflow
via Phong Nguyen
Automated version managment, generator of release notes, create gitlab release then notify
Provided actions
Name | Category | Description |
---|---|---|
conventional_changelog | - | Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. |
create_release | - | Create Gitlab release |
analyze_commits | - | Finds a tag of last release and determinates version of next release |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 11 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
set_jira_fix_version
via yuriy-tolstoguzov
Adds fix version to specified JIRA issues. Creates version if needed
Provided actions
Name | Category | Description |
---|---|---|
set_jira_fix_version | misc | Adds fix version to specified JIRA issues. Creates version if needed |
jira_issue_keys_from_changelog | misc | Gets list of JIRA issues kyes from git log starting from specified tag |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 86 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
instabug
via Siarhei Fiedartsou
Uploads dSYM to Instabug
Provided actions
Name | Category | Description |
---|---|---|
instabug | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 64 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
jira_util
via %q{Alexey Martynov}
%q{Create JIRA issues and manage versions with this plugin}
Provided actions
Name | Category | Description |
---|---|---|
release_jira_version | - | Releases a version in your JIRA project |
get_jira_release_report_link | - | Return link to JIRA release report. |
create_jira_issue | - | Creates a new issue in your JIRA project |
update_jira_version | - | Creates a new version in your JIRA project |
create_jira_version | - | Creates a new version in your JIRA project |
get_jira_version | - | Finds project version in your JIRA project by id or by name |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 99 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
google_chat
via Narlei Américo Moreira
Send messages to Google Chat
Provided actions
Name | Category | Description |
---|---|---|
google_chat | - | Send messages to Google Chat |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 13 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 112 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
code_static_analyzer
via Olga Kniazska
Runs different Static Analyzers and generate report
Provided actions
Name | Category | Description |
---|---|---|
ruby_analyzer | - | This analyzer detect warnings, errors and check syntax in ruby files. This is based on rubocop |
cpd_analyzer | - | This analyzer detect copy paste code (it uses PMD CPD) |
clang_analyzer | - | A short description with <= 80 characters of what this action does |
warning_analyzer | - | This analyzer detect warnings in Xcode projects. |
code_static_analyzer | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 89 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
android_versioning_kts
via zmunm
android versioning for gradle kotlin DSL
Provided actions
Name | Category | Description |
---|---|---|
get_value_from_build | - | - |
increment_version_code | - | Increment the version code of your project |
set_value_in_build | - | Set the value of your project |
get_version_name | - | Get the version name of your project |
increment_version_name | - | Increment the version name of your project |
get_version_code | - | Get the version code of your project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 11 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 57 | More downloads = more users have been using the plugin for a while |
tests | 66 | The more tests a plugin has, the better |
simple_loco
via Yves Delcoigne
A simple implementation for exporting translations from Loco.
Provided actions
Name | Category | Description |
---|---|---|
simple_loco | - | A simple implementation for exporting translations from Loco. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 6 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 70 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
xcov_report
via Gianfranco Manganiello
Generate custom HTML for coverage
Provided actions
Name | Category | Description |
---|---|---|
xcov_report | - | Generate custom HTML for coverage |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 24 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 45 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
trigger_bitrise_build
via Nick Hammond
Trigger a Bitrise build from Fastlane
Provided actions
Name | Category | Description |
---|---|---|
trigger_bitrise_build | - | Trigger a Bitrise build from Fastlane |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 53 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
get_android_version
via MaximusMcCann
gets the android versionName and versionCode from the
AndroidManifest.xml
file located in the provided apk
Provided actions
Name | Category | Description |
---|---|---|
get_android_version | - | Gets the android versionName, versionCode and parsed appName (label) from AndroidManifest.xml file in provided apk |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 29 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 109 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
bitrise_automation
via Mario Cecchi
Trigger builds on Bitrise, check their status and download artifacts using Fastlane
Provided actions
Name | Category | Description |
---|---|---|
bitrise_build_artifacts | - | Get the list or full contents of the artifacts produced by a build on Bitrise |
trigger_bitrise_workflow | - | Trigger a Bitrise workflow with the specified parameters, synchronously or asynchronously |
bitrise_build_status | - | Get the status of the Bitrise build |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 36 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | -50 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 7 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 74 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
automated_test_emulator_run_mik
via Kamil Krzyk
Starts n AVDs based on JSON file config. AVDs are created and configured according to user liking before instrumentation test process (started either via shell command or gradle) and killed/deleted after test process finishes.
Provided actions
Name | Category | Description |
---|---|---|
automated_test_emulator_run | - | Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 59 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
transporter
via Maksym Grebenets
Manage Apple iTMSTransporter installation
Provided actions
Name | Category | Description |
---|---|---|
configure_transporter | - | Configure Apple iTMSTransporter installation |
update_transporter_path | - | Configure Fastlane to use custom Transporter installation |
install_transporter | - | Install Apple iTMSTransporter |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 18 | More downloads = more users have been using the plugin for a while |
tests | 60 | The more tests a plugin has, the better |
snapshot_test
via Moyuru Aizawa
Compare snapshots
Provided actions
Name | Category | Description |
---|---|---|
take_screenshot | - | Take screenshots |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 60 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 38 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
poeditor_export
via James Campbell
Exports translations from POEditor.com
Provided actions
Name | Category | Description |
---|---|---|
poeditor_export | - | Exports translations from POEditor.com |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 8 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 64 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
store_sizer
via Marcelo Oliveira
Estimates download and install sizes for your app, also checks if sizes fit the requirements
Provided actions
Name | Category | Description |
---|---|---|
store_size_xcarchive_check | - | Checks if the size report fits the requirements |
store_size_xcarchive | - | Estimates download and install sizes for your app |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 11 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 25 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 32 | More downloads = more users have been using the plugin for a while |
tests | 39 | The more tests a plugin has, the better |
perfecto
via Perfecto
This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing
Provided actions
Name | Category | Description |
---|---|---|
perfecto | - | This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 9 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 49 | More downloads = more users have been using the plugin for a while |
tests | 42 | The more tests a plugin has, the better |
twine
via Jonas Rottmann
A fastlane plugin providing actions related to twine
Provided actions
Name | Category | Description |
---|---|---|
twine_generate | building | Generates all localization files specified by the configuration file |
twine_check | building | Checks the source twine file against the localization file to make sure they are in sync |
twine_validate | building | Validates all twine files mentioned in the config file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 22 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 16 | More downloads = more users have been using the plugin for a while |
tests | 36 | The more tests a plugin has, the better |
humanable_build_number
via icyleaf
Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android.
Provided actions
Name | Category | Description |
---|---|---|
humanable_build_number | - | Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 75 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
download_circleci_artifacts
via Manabu OHTAKE
Downloads a Circle CI artifact's
Provided actions
Name | Category | Description |
---|---|---|
show_builds | - | This action show recent builds a Circle CI artifact's using the Circle CI API |
get_recent_builds | - | This action recent builds a Circle CI artifact's using the Circle CI API |
download_circleci_artifacts | - | This action downloads a Circle CI artifact's using the Circle CI API and puts it in a destination path. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 107 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
github_status
via Michael Furtak
Provides the ability to display and act upon GitHub server status as part of your build
Provided actions
Name | Category | Description |
---|---|---|
github_status | - | Provides the ability to check on GitHub server status as part of your build |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 8 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 21 | More downloads = more users have been using the plugin for a while |
tests | 48 | The more tests a plugin has, the better |
file_manager
via Jason Nam
Copy and remove files
Provided actions
Name | Category | Description |
---|---|---|
remove_files | - | Remove files |
copy_files | - | Copy files |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 87 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
xml_editor
via Jonathan Ritchie
Generic xml editor for iOS and Android projects.
Provided actions
Name | Category | Description |
---|---|---|
xml_editor | - | Generic XML file editor |
xml_add | - | Generic XML file add content using XPath |
xml_remove | - | Generic XML file remover using XPath |
xml_set_attribute | - | Add XML attribute using XPath |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 90 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
upload_to_server
via Maxim Toyberman
Upload IPA and APK to your own server
Provided actions
Name | Category | Description |
---|---|---|
upload_to_server | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 19 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 69 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
build_log_info
via tarappo
show build log info
Provided actions
Name | Category | Description |
---|---|---|
build_log_info | - | build log information |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 18 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 82 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
xcodebuild_analyze
via Meniga
Run code analyzer using xcodebuild
Provided actions
Name | Category | Description |
---|---|---|
xcodebuild_analyze | building | Run code analyzer using xcodebuild |
xcodebuild_analyze_and_ensure_no_results | building | Run code analyzer using xcodebuild and fail if any vulnerability is found |
ensure_no_results_from_xcodebuild_analyze | building | Check if the are any vulnerabilities under provided analyzer output path |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 8 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 10 | More downloads = more users have been using the plugin for a while |
tests | 45 | The more tests a plugin has, the better |
jira_issue_link
via Aleksey Novikov
Plugin to add remote link to jira issue
Provided actions
Name | Category | Description |
---|---|---|
jira_issue_link | - | Plugin to add remote link to jira issue |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 4 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 94 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
appbox
via Vineet Choudhary
Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account.
Provided actions
Name | Category | Description |
---|---|---|
appbox | - | Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 7 | More stars = more popular project |
forks | 25 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 20 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
replace_file
via Jonathan Ritchie
Replace any file in your mobile project.
Provided actions
Name | Category | Description |
---|---|---|
replace_file | - | Replace any file in your mobile project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 93 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ionic_integration
via Adrian Regan
Integrating Fastlane with Ionic Generated Projects
Provided actions
Name | Category | Description |
---|---|---|
ionic_ios_config_snapshot | - | Create a Sample iOS UI Unit Test to get started with in a generated Ionic/Cordova project |
ionic_ios_snapshot | - | Bridge between Ionic/Cordova Projects and Fastlane for Automated Snapshot Generation for iOS Projects |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 22 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -4 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 17 | More downloads = more users have been using the plugin for a while |
tests | 15 | The more tests a plugin has, the better |
verify_ipa
via Derek Yang
Verify various aspects of iOS ipa file
Provided actions
Name | Category | Description |
---|---|---|
verify_ipa_files | - | Verify files in ipa file |
verify_ipa_entitlements | - | Verify ipa entitlements |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 13 | More downloads = more users have been using the plugin for a while |
tests | 51 | The more tests a plugin has, the better |
xcpretty_report
via Fernando Saragoca
Generate xcodebuild reports using xcpretty
Provided actions
Name | Category | Description |
---|---|---|
xcpretty_report | - | xcpretty |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 63 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
menigit
via Meniga
Missing git actions
Provided actions
Name | Category | Description |
---|---|---|
add_git_remote | source_control | This will add a remote repository |
remove_git_remote | source_control | This will remove a remote repository |
ensure_no_changes | source_control | Raises an exception if there are uncommitted git changes at path |
ensure_tag_not_exists | source_control | Checks if the git tag with the given name not exists in the current repo |
set_git_config_user | source_control | This will set git config user |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 9 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 12 | More downloads = more users have been using the plugin for a while |
tests | 33 | The more tests a plugin has, the better |
upload_dsym_to_bugly
via liubo
upload_dsym_to_bugly
Provided actions
Name | Category | Description |
---|---|---|
upload_dsym_to_bugly | - | upload_dsym_to_bugly |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 15 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 17 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 16 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
clang_format
via Meniga
Format your C/C++/Java/JavaScript/Objective-C/Protobuf/C code with clang-format
Provided actions
Name | Category | Description |
---|---|---|
clang_format | - | A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf/C |
run_clang_format | - | Run clang format python script: https://github.com/Sarcasm/run-clang-format |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 9 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 11 | More downloads = more users have been using the plugin for a while |
tests | 42 | The more tests a plugin has, the better |
flurry
via Akash Duseja
Upload dSYM symbolication files to Flurry
Provided actions
Name | Category | Description |
---|---|---|
flurry_upload_dsym | misc | Upload dSYM symbolication files to Flurry |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 30 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 29 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 21 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
android_keystore
via Josh Holtz
Generate an Android keystore file
Provided actions
Name | Category | Description |
---|---|---|
android_keystore | - | Generate an Android keystore file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 24 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 63 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
bugsnag_sourcemaps_upload
via Evgrafov Denis
Helps to upload sourcemaps to Bugsnag
Provided actions
Name | Category | Description |
---|---|---|
bugsnag_sourcemaps_upload | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 11 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 53 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
compilation_time_report
via Tinkoff.ru
Generate custom HTML report compilation time of each Swift func
Provided actions
Name | Category | Description |
---|---|---|
compilation_time_report | - | Generate custom HTML report compilation time of each Swift func |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 24 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 14 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
create_merge_request
via masashi mizuno
This will create a new merge request on GitLab.
Provided actions
Name | Category | Description |
---|---|---|
create_merge_request | source_control | This will create a new marge request on GitLab |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 50 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
bluepill
via tbrand
Fastlane plugin to use bluepill in fastlane
Provided actions
Name | Category | Description |
---|---|---|
bluepill | - | Plugin to use bluepill in fastlane |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 13 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 20 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
release_helper
via Artem Ivanov
release heper
Provided actions
Name | Category | Description |
---|---|---|
release_helper | - | release heper |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 13 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 94 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
remove_setting
via Colin Harris
Fastlane plugin to remove settings from an iOS settings bundle
Provided actions
Name | Category | Description |
---|---|---|
remove_setting | project | Fastlane plugin action to remove settings in an iOS settings bundle |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 24 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 9 | More downloads = more users have been using the plugin for a while |
tests | 60 | The more tests a plugin has, the better |
analyze_apk
via kochavi-daniel
Analyzes an apk to fetch: versionCode, versionName, apk size, etc.
Provided actions
Name | Category | Description |
---|---|---|
analyze_apk | - | Analyzes an apk to fetch: versionCode, versionName, apk size, permissions, etc. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 25 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 61 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
install_provisioning_profiles
via Dylan Gyesbreghs
Install all the provisioning profiles located in you're project.
Provided actions
Name | Category | Description |
---|---|---|
install_provisioning_profiles | - | Install all the provisioning profiles located in you're project. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 60 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
validate_app
via Thi
Validate your build before uploading to iTunes Connect
Provided actions
Name | Category | Description |
---|---|---|
validate_app | - | Validate your ipa file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 11 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 22 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 54 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
git_switch_branch
via zhangqi
switch to branch
Provided actions
Name | Category | Description |
---|---|---|
git_switch_branch | - | switch to branch |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 25 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 82 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
raven
via Marten Klitzke
Plugin to manage Releases and upload JS Sourcemaps
Provided actions
Name | Category | Description |
---|---|---|
raven | - | Create new Sentry/Raven Release and Upload Sourcemaps |
Score details
Metric | Points | Description |
---|---|---|
contributors | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 30 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 35 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
translation
via Jakob Jensen
Handling translations from Google sheet.
Provided actions
Name | Category | Description |
---|---|---|
create_translation | - | Create sheet for translations in Google sheets. |
translation | - | Output translations from Google sheet into templates. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 38 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
try_scan
via Alexey Alter-Pesotskiy
The easiest way to retry your fastlane scan action
Provided actions
Name | Category | Description |
---|---|---|
try_scan | testing | Simple way to retry your scan action |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 7 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 7 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 43 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
clang_analyzer
via Siarhei Fiedartsou
Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report
Provided actions
Name | Category | Description |
---|---|---|
clang_analyzer | - | Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 26 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
wait_xcrun
via Maksym Grebenets
Wait for Xcode toolchain to come back online after switching Xcode versions.
Provided actions
Name | Category | Description |
---|---|---|
wait_xcrun | - | Wait for Xcode toolchain to come back online after switching Xcode versions. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 21 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
delete_files
via GaryJohnson
Deletes a file, folder or multiple files using shell glob pattern.
Provided actions
Name | Category | Description |
---|---|---|
delete_files | - | Deletes a file, folder or multiple files using shell glob pattern. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 54 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
docker
via Manu Wallner
fastlane Actions to support building images, logging into Docker Hub, and pushing those images to the Hub
Provided actions
Name | Category | Description |
---|---|---|
docker_build | - | Build docker images in the current directory |
docker_login | - | Login to Docker Hub |
ensure_docker_machine_available | - | Makes sure a docker machine is created and available for us to use |
docker_compose | - | Define and run multi-container applications with Docker |
docker_push | - | Push a docker image to its' repository |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 29 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 27 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
repack_ios
via Omer Duzyol
Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code.
Provided actions
Name | Category | Description |
---|---|---|
repack_ios | - | Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 10 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 16 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
swiftformat
via Felix Mau
Run swift code formatting using SwiftFormat
Provided actions
Name | Category | Description |
---|---|---|
swiftformat | testing | Run swift code formatting using SwiftFormat |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 9 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 39 | More downloads = more users have been using the plugin for a while |
tests | 30 | The more tests a plugin has, the better |
coveralls
via Atsushi Nagase
Send coverage information to Coveralls
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 107 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
create_github_issue
via Ryo Sakaguchi
Create GitHub issue
Provided actions
Name | Category | Description |
---|---|---|
create_github_issue | - | Create GitHub issue |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 92 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
resetsims
via Luís Esteves
Makes an reset on xcode simulators
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 137 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
branding
via Stefan Natchev
Add some branding to your fastlane output
Provided actions
Name | Category | Description |
---|---|---|
branding | - | Add some branding to your fastlane output |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 11 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 26 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
branding
via Stefan Natchev
Add some branding to your fastlane output
Provided actions
Name | Category | Description |
---|---|---|
branding | - | Add some branding to your fastlane output |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 11 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 26 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
xcresult_to_junit
via Shane Birdsall
Produces junit xml files from Xcode 11+ xcresult files
Provided actions
Name | Category | Description |
---|---|---|
xcresult_to_junit | - | Produces junit xml files from Xcode 11+ xcresult files |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 7 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 11 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 47 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
firebase
via Tomas Kohout
Unofficial tool to access Firebase project settings
Provided actions
Name | Category | Description |
---|---|---|
firebase_delete_client | - | An unofficial tool to access Firebase |
firebase_add_client | - | An unofficial tool to access Firebase |
firebase_list | - | An unofficial tool to access Firebase |
firebase_download_config | - | An unofficial tool to access Firebase |
firebase_upload_certificate | - | An unofficial tool to access Firebase |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 23 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -4 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 20 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
number_of_swift_lines
via Dennis Charmington
Outputs the total number of swift lines and other useful statistics
Provided actions
Name | Category | Description |
---|---|---|
number_of_swift_lines | - | Outputs the total number of lines of swift code, number of swift files, and a list of the largest swift files, and some other useful statistics |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 22 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 75 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
dmg
via Alexey Dvoryanskiy
Easily create dmg for your Mac app
Provided actions
Name | Category | Description |
---|---|---|
dmg | misc | Create DMG for your Mac app |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 23 | More downloads = more users have been using the plugin for a while |
tests | 27 | The more tests a plugin has, the better |
mackerel_api
via yutailang0119
Call a Mackerel API endpoint and get the resulting JSON response
Provided actions
Name | Category | Description |
---|---|---|
mackerel_api | source_control | Call a Mackerel API endpoint and get the resulting JSON response |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 8 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 33 | More downloads = more users have been using the plugin for a while |
tests | 39 | The more tests a plugin has, the better |
apprepo
via Matej Sychra
Fastlane plugin SFTP/AppRepo uploader
Provided actions
Name | Category | Description |
---|---|---|
download_manifest | - | Runs the Apprepo plugin |
apprepo | - | - |
init | - | Initializes Repofile |
run | - | Runs the default Apprepo action |
submit | - | Submits IPA to Apprepo |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 32 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 68 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
android_emulator_kami
via Michael Ruhl
Creates and starts an Android Emulator (AVD)
Provided actions
Name | Category | Description |
---|---|---|
android_emulator_kami | - | Creates and starts an Android Emulator (AVD) |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 21 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
xcode_test_reporter
via Taisuke Hori
Generates JUnit or HTML report from Xcode
plist
test report files.
Provided actions
Name | Category | Description |
---|---|---|
xcode_test_reporter | - | Generates JUnit or HTML report from Xcode `plist` test report files |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 23 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
provisioning
via Pawel Jankowski
Helps provision your app in the CI environment
Provided actions
Name | Category | Description |
---|---|---|
set_key_partition_list | - | Sets key partition list (required by macOS Sierra) |
install_profiles | - | Install profiles from specified directory |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 12 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ipa_info
via tarappo
show ipa info
Provided actions
Name | Category | Description |
---|---|---|
ipa_info | - | Show information of an ipa file. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 19 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 46 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
napp_distribution
via Mads Møller
Upload IPA AND APK builds to Napp Distribution
Provided actions
Name | Category | Description |
---|---|---|
napp_distribution | - | Upload builds to Napp Distribution Center |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 11 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
android_emulator-kami
via Michael Ruhl
Creates and starts an Android Emulator (AVD)
Provided actions
Name | Category | Description |
---|---|---|
android_emulator_kami | - | Creates and starts an Android Emulator (AVD) |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 4 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
accessibility_test
via Takeshi Tsukamoto
Accessibility test with Firebase Test Lab for Android.
Provided actions
Name | Category | Description |
---|---|---|
accessibility_test | - | Accessibility test with Firebase Test Lab for Android. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 63 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ascii_art
via Boris Bügling
Add some fun to your fastlane output.
Provided actions
Name | Category | Description |
---|---|---|
ascii_art | - | Add some fun to your fastlane output. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 20 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 32 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 9 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
teak
via Pat Wilson
Fastlane plugins for the Teak SDK
Provided actions
Name | Category | Description |
---|---|---|
teak_extensions | - | Add App Extension |
teak_sdk | - | Download the Teak SDK |
teak | - | Fastlane plugins for the Teak SDK |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 38 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
gitlab_release
via Andrea Del Fante
Fastlane wrapper of gitlab-release-tools
Provided actions
Name | Category | Description |
---|---|---|
gitlab_release_changelog | - | - |
gitlab_release_close | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 56 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
elux_actions
via Dennis Granath
Plugin including actions for releasing the android SDK
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 94 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
moronepo
via Meniga
Run dart pub moronepo with fastlane!
Provided actions
Name | Category | Description |
---|---|---|
moronepo_update_flutter_sdk | building | Runs command for all subprojects or a specified project |
moronepo_run | building | Runs command for all subprojects or a specified project |
moronepo_activate | building | Run flutter pub global activate moronepo |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 6 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 4 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
retry_tests
via Gloria Chow
This fastlane plugin includes the following actions: 1) multi_scan: uses scan to run Xcode tests, optionally in batches, a given number of times: only re-testing failing tests. 2) suppress_tests_from_junit: uses a junit xml report file to suppress either passing or failing tests in an Xcode Scheme. 3) suppress_tests: suppresses specific tests in a specific or all Xcode Schemes in a given project. 4) suppressed_tests: retrieves a list of tests that are suppressed in a specific or all Xcode Schemes in a project. 5) tests_from_junit: retrieves the failing and passing tests as reported in a junit xml file. 6) tests_from_xctestrun: retrieves all of the tests from xctest bundles referenced by the xctestrun file 7) collate_junit_reports: collects and correctly organizes junit reports from multiple test passes.
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 80 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
no_u
via Boris Bügling
no u
Provided actions
Name | Category | Description |
---|---|---|
no_u | - | no u |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 17 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
discord_notifier
via Nikos Theodosis
Discord Notifier
Provided actions
Name | Category | Description |
---|---|---|
discord_notifier | - | Discord Webhook Notifier |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 8 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 8 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 50 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
taiwan_number_one
via andrew54068
approve or reject first if status is Pending Developer Release.
Provided actions
Name | Category | Description |
---|---|---|
taiwan_number_one | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 8 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 3 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 24 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
emerge
via Emerge Tools, Inc
Fastlane plugin for Emerge
Provided actions
Name | Category | Description |
---|---|---|
emerge | - | Fastlane plugin for Emerge |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 4 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 54 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
testdroid_runner
via josepmc
Allows to run BitBar tests on fastlane
Provided actions
Name | Category | Description |
---|---|---|
testdroid_runner | - | BitBar Test Runner |
upload_testdroid | - | Uploads a file to bitbar |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 7 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 20 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
remove_git_tag
via Marker Digital
This will remove a specific tag from your remote branch
Provided actions
Name | Category | Description |
---|---|---|
remove_git_tag | source_control | This will remove a tag from the remote repository |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 59 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
influxdb
via giginet
Post values to InfluxDB
Provided actions
Name | Category | Description |
---|---|---|
influxdb | - | Post values to IndluxDB |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 16 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
auth0_shipper
via Hernan Zalazar
OSS libraries release process for Auth0
Provided actions
Name | Category | Description |
---|---|---|
perform_release | - | Performs the release for an Auth0 OSS library |
publish_release | - | Performs a pending release represented by the latest tag |
prepare_release | - | Prepares the release for an Auth0 OSS library |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 52 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
set_sonar_properties
via Paldom
Load and edit sonar-project.properties files
Provided actions
Name | Category | Description |
---|---|---|
set_sonar_properties | - | Load and edit sonar properties file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 10 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
ad_licenselint
via Pierre Felgines
Lint the licenses for iOS projects
Provided actions
Name | Category | Description |
---|---|---|
ad_licenselint | - | Lint the licenses for iOS projects |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 6 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 21 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
hockey_devices
via Viktoras Laukevičius
Retrieves a list of devices from Hockey which can then be used with Match
Provided actions
Name | Category | Description |
---|---|---|
hockey_devices | - | Retrieves a list of devices from Hockey which can then be used with Match |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 7 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
get_application_id_flavor
via Helder Pinhal
Get the applicationId of an Android project.
Provided actions
Name | Category | Description |
---|---|---|
get_application_id_flavor | - | Get the applicationId of an Android project. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 49 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
property_file_write
via Jan Meier
writes property files
Provided actions
Name | Category | Description |
---|---|---|
property_file_write | - | Writes value into properties file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 24 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 29 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
upload_symbols_to_hockey
via Justin Williams
Upload dSYM symbolication files to Hockey
Provided actions
Name | Category | Description |
---|---|---|
upload_symbols_to_hockey | - | Upload dSYM symbolication files to Hockey |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 16 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ya_tu_sabes
via Boris Bügling
Ya tu sabes.
Provided actions
Name | Category | Description |
---|---|---|
ya_tu_sabes | - | Ya tu sabes. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 8 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
device_image_selector
via Mario Zimmermann
Takes the screenshots from devices which match the specified names and puts them in a new directory for frameit to process. The screenshot files can then be cleaned up after the device images are created.
Provided actions
Name | Category | Description |
---|---|---|
device_image_selector | - | Selects screenshots with specified names for processing with frameit |
device_image_selector_cleanup | - | Cleanup screenshot files after frameit |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 6 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ti_build_app
via Adam Armstrong
Build Axway Appcelerator Mobile Applications from within fastlane
Provided actions
Name | Category | Description |
---|---|---|
ti_build_app | - | Build Axway Appcelerator Mobile Applications from within fastlane |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 15 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
napp_notifications
via Mads Møller
Napp Notifications
Provided actions
Name | Category | Description |
---|---|---|
napp_notifications | push | Napp Notifications |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
oclint_json_compilation_database
via Meniga
Run OCLint validation with oclint-json-compilation-database and fastlane :dart: :rocket:
Provided actions
Name | Category | Description |
---|---|---|
oclint_json_compilation_database | testing | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 7 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5 | More downloads = more users have been using the plugin for a while |
tests | 39 | The more tests a plugin has, the better |
certificate_expirydate
via Lyndsey Ferguson
Retrieves the expiry date of the given p12 certificate file
Provided actions
Name | Category | Description |
---|---|---|
certificate_expirydate | - | Retrieves the expiry date of the given p12 certificate file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 16 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
wechat
via xiongzenghui
this is a wechat api wrapper
Provided actions
Name | Category | Description |
---|---|---|
- | this is a wechat api wrapper |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 11 | More downloads = more users have been using the plugin for a while |
tests | 39 | The more tests a plugin has, the better |
shuttle
via Shuttle Project
Publish your builds on Shuttle.tools
Provided actions
Name | Category | Description |
---|---|---|
shuttle | - | Publish your builds on [Shuttle.tools](https://www.shuttle.tools) |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 24 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 19 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 9 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
unity_exporter
via ar:met
Plugin for 'fastlane' that defines an action to export iOS and Android projects via Unity3d. This allows Unity3d to more easily integrate with 'fastlane'.
Provided actions
Name | Category | Description |
---|---|---|
unity_commit_version_bump | - | Commits a version bump, if there is any. |
unity_export | - | Exports a Unity project. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -2 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3 | More downloads = more users have been using the plugin for a while |
tests | 27 | The more tests a plugin has, the better |
connected
via Abgier Avraha
Fastlane plugin that allows you to use your App Store Connect API key to download certificates and upload apps to TestFlight
Provided actions
Name | Category | Description |
---|---|---|
connected_certs | - | App Store Connect API Certificates Module |
connected_upload | - | App Store Connect API Uploader Module |
connected_auth | - | App Store Connect API Authentication Module |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 11 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 19 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
unity
via safu9
Fastlane plugin for Unity
Provided actions
Name | Category | Description |
---|---|---|
unity | - | Fastlane plugin for Unity |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 5 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 7 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
swift_doc
via Joshua Kaplan
Generate documentation, documentation coverage, or a class diagram using SwiftDoc
Provided actions
Name | Category | Description |
---|---|---|
swift_doc | documentation | Generate documentation, documentation coverage, or a class diagram using SwiftDoc |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 2 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 9 | More downloads = more users have been using the plugin for a while |
tests | 42 | The more tests a plugin has, the better |
match_keystore
via Christopher NEY
Easily sync your Android keystores across your team
Provided actions
Name | Category | Description |
---|---|---|
match_keystore | - | Easily sync your Android keystores across your team |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 20 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 8 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -5 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 40 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
appmetrica
via Yandex, LLC
Upload dSYM symbolication files to AppMetrica
Provided actions
Name | Category | Description |
---|---|---|
upload_symbols_to_appmetrica | - | Upload dSYM symbolication files to AppMetrica |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 27 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | -50 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 11 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 86 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
verify_two_step_session
via Takashi Hasegawa
Verifies the session cookie for 'Two-Step verification for Apple ID'
Provided actions
Name | Category | Description |
---|---|---|
verify_two_step_session | misc | Verifies the session cookie for 'Two-Factor authentication/Two-Step verification for Apple ID' |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
create_bitbucket_pull_request
via Issarapong Poesua
This lane creates create bitbucket pull request
Provided actions
Name | Category | Description |
---|---|---|
create_bitbucket_pull_request | - | This lane creates create bitbucket pull request |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 9 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 38 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
github_action
via Josh Holtz
Helper to setup GitHub actions for fastlane and match
Provided actions
Name | Category | Description |
---|---|---|
github_action | - | Helper to setup GitHub actions for fastlane and match |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 7 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 15 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
bitbucket_auth
via rlestesr
Generate a OAuth Token for Bitbucket API Access.
Provided actions
Name | Category | Description |
---|---|---|
bitbucket_auth | - | Generate a OAuth Token for Bitbucket API Access. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 8 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 2 | More downloads = more users have been using the plugin for a while |
tests | 15 | The more tests a plugin has, the better |
firim
via whlsxl
firim
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 96 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
killsimulator
via Luís Esteves
Kill all the open simulatores
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 107 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
build_cache
via Fernando Saragoca
Helper for caching builds when using 'build for testing' & 'test without building'
Provided actions
Name | Category | Description |
---|---|---|
clean_build_cache_workspace | - | Cleans workspace by removing old builds, using last access time for comparison |
archive_derived_data | - | Archives derived data folder in a zip file for later use |
check_build_cache_workspace | - | Check if cache for current build is avaiable |
unarchive_derived_data | - | Unarchives derived data folder from a zip file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 18 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
appdynamics
via Artur Rybak
Upload dSYM files to AppDynamics
Provided actions
Name | Category | Description |
---|---|---|
appdynamics | - | Upload dSYM symbolication files to AppDynamics |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 35 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
dependency_check_ios_analyzer
via Alexey Alter-Pesotskiy
Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods).
Provided actions
Name | Category | Description |
---|---|---|
dependency_check_ios_analyzer | testing | Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods). |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 2 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 17 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
bearychat
via dvlprliu
send messages to a bearychat channal
Provided actions
Name | Category | Description |
---|---|---|
bearychat | - | send messages to a bearychat channal |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 8 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
find_firebase_app_id
via Tigran Hambardzumyan
Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android].
Provided actions
Name | Category | Description |
---|---|---|
find_firebase_app_id | - | Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android]. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 15 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
cordova_screenshots
via Jan Piotrowski
Take screenshots of your Cordova/Ionic app with fastlane
Provided actions
Name | Category | Description |
---|---|---|
init_cordova_screenshots_ios | - | Creates an iOS UI Unit Tests in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_IOS_CONFIG_PATH}' |
retrofit_cordova_screenshots_android | - | Retrofit test into Android project |
retrofit_cordova_screenshots_ios | - | Retrofit test into iOS Xcode project |
init_cordova_screenshots_android | - | Creates an Android UI test in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_ANDROID_CONFIG_PATH}' |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -10 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 11 | More downloads = more users have been using the plugin for a while |
tests | 15 | The more tests a plugin has, the better |
flutter_version_manager
via Davor Maric
Manages app versioning of Flutter project
Provided actions
Name | Category | Description |
---|---|---|
flutter_version_manager | - | Manages app versioning of a Flutter project. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 6 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 7 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
msi
via Paul Niezborala
Create Windows Installer
Provided actions
Name | Category | Description |
---|---|---|
msi | - | Create Windows Installer |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
fir
via dongorigin
Upload a new build to fir.im
Provided actions
Name | Category | Description |
---|---|---|
fir | beta | Upload a new build to fir.im |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 16 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
localize
via Wolfgang Lutz
Searches the code for extractable strings and allows interactive extraction to .strings file.
Provided actions
Name | Category | Description |
---|---|---|
localize | - | Searches the code for extractable strings and allows interactive extraction to .strings file. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 10 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 9 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
plural_converter
via Benoit Deldicque
Convert Android plural XML resource file to iOS stringsdict file.
Provided actions
Name | Category | Description |
---|---|---|
plural_converter | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 9 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 6 | More downloads = more users have been using the plugin for a while |
tests | 30 | The more tests a plugin has, the better |
queue
via Josh Holtz
Queue up fastlane jobs
Provided actions
Name | Category | Description |
---|---|---|
queue_stop | - | Stops web server and worker for queueing fastlane jobs |
queue_start | - | Starts web server and worker for queueing fastlane jobs |
queue | - | Adds fastlane jobs to a queue |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 8 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 7 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
update_jenkins_build
via icyleaf
Update Description of Build
Provided actions
Name | Category | Description |
---|---|---|
update_jenkins_build | - | Update build's description of jenkins |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 10 | More downloads = more users have been using the plugin for a while |
tests | 18 | The more tests a plugin has, the better |
static_assets
via Jakob Jensen
Generate code for buildtime-safe assignments of assets.
Provided actions
Name | Category | Description |
---|---|---|
unused_images | - | - |
static_images | - | Generate code for buildtime-safe assignments of images. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 12 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
supply_aptoide
via wschurman
Upload metadata, screenshots and binaries to Aptoide
Provided actions
Name | Category | Description |
---|---|---|
supply_aptoide | - | Upload metadata, screenshots and binaries to Aptoide. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 4 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ios_dependency_parser
via kochavi-daniel
Analyzes results of 'pod outdated' in a structured manner
Provided actions
Name | Category | Description |
---|---|---|
parse_pod_dependencies | - | Analyzes 'pod outdated' results and structures it for further usage. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 11 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 7 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
analyze_ios_linkmap
via xiongzenghui
iOS parse linkmap.txt to ruby Hash
Provided actions
Name | Category | Description |
---|---|---|
analyze_ios_linkmap | - | iOS parse linkmap.txt to ruby Hash or JSON |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 3 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 13 | More downloads = more users have been using the plugin for a while |
tests | 45 | The more tests a plugin has, the better |
teams_bot
via Hugo EXTRAT
Easily alert a Microsoft Teams channel
Provided actions
Name | Category | Description |
---|---|---|
teams_bot | - | Easily send a message to a Microsoft Teams channel through the Webhook connector |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 3 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
sparkplugg
via Boris Bügling
Quickly try out fastlane plugins.
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 32 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 10 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
updateplistfromstrings
via Jonas Schmid
Allow to take values from the localization.strings and put them into Info.plist
Provided actions
Name | Category | Description |
---|---|---|
updateplistfromstrings | - | Update InfoPlist.strings from translation file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 22 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 9 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
imessage
via Alexander Ignition
send imessage
Provided actions
Name | Category | Description |
---|---|---|
imessage | notifications | send imessage |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 18 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 4 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
rollbar
via Evgrafov Denis
Helps to upload sourcemaps/dsyms/proguard mapping/deploy report to Rollbar
Provided actions
Name | Category | Description |
---|---|---|
rollbar_proguard_upload | - | Helps to upload Proguard mappings to Rollbar |
rollbar_dsym_upload | - | Helps to upload Dsym to Rollbar |
rollbar_report_deploy | - | Helps to report deploy to Rollbar |
rollbar_sourcemaps_upload | - | Helps to upload sourcemaps to Rollbar |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 8 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 28 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
trello
via Oscar De Moya
Fastlane plugin for moving a trello card to a given list
Provided actions
Name | Category | Description |
---|---|---|
trello_comment | - | Adds a comment to a given Trello card |
trello_move_card | - | Moves a Trello card to a given list |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 25 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
farol
via Felipe Plets
Enable your app to use Farol Platform services
Provided actions
Name | Category | Description |
---|---|---|
farol_api | - | Integrate your app with the Farol Platform using services like push notifications |
farol_get_version | - | Enable your app to use Farol Platform services |
farol | - | Enable your app to use Farol Platform services |
farol_set_version | - | Integrate your app with the Farol Platform using services like push notifications |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 31 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
xcresult_actions
via yutailang0119
fastlane actions for
.xcresult
Provided actions
Name | Category | Description |
---|---|---|
summarize_xcresult_report | - | Summarize about test coverage rate from `.xcresult` file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 7 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 27 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
androidmanifest_editor
via 任福新
edit meta-data in AndroidManifest.xml
Provided actions
Name | Category | Description |
---|---|---|
modify_meta_data | - | edit meta-data in AndroidManifest.xml |
modify_intent_scheme | - | edit scheme data of intent-filter in AndroidManifest.xml |
androidmanifest_editor | - | edit meta-data in AndroidManifest.xml |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 49 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
analyze_ios_ipa
via xiongzenghui
analysis iOS app/ipa multiple data. eg: 1) ipa basic info 2) Size occupied by each component = code + resource
Provided actions
Name | Category | Description |
---|---|---|
analyze_ios_ipa | - | analysis iOS app/ipa multiple data. eg: 1) ipa basic info 2) Size occupied by each component = code + resource |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 25 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
ios_readme_generate
via Erik Flores
Create readme for ios projects
Provided actions
Name | Category | Description |
---|---|---|
ios_readme_generate | - | Create readme for ios projects :D |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 7 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
gradle_manager
via Helder Pinhal
Exposes some Android configurations from the gradle file.
Provided actions
Name | Category | Description |
---|---|---|
get_version_name | - | Get the parsed Gradle file of an Android project. |
get_version_code | - | Get the parsed Gradle file of an Android project. |
get_gradle_data | - | Get the parsed Gradle file of an Android project. |
get_application_id | - | Get the parsed Gradle file of an Android project. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 12 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
google_analytics
via Helmut Januschka
Fire universal Analytics
Provided actions
Name | Category | Description |
---|---|---|
google_analytics | - | Fire universal Analytics |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 13 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
xclogparser
via Josh Lesch
Parse Xcode or xcodebuild build and test logs with XCLogParser
Provided actions
Name | Category | Description |
---|---|---|
xclogparser | - | Parse Xcode or xcodebuild build and test logs with XCLogParser |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 30 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 7 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
jira_transitions
via Ostap Taran
Runs transitions for specified JIRA tickets
Provided actions
Name | Category | Description |
---|---|---|
jira_transitions | - | Runs transitions for specified JIRA tickets |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 22 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
bitrise
via Robin AUTHIAT
Fastlane plugin to trigger a bitrise build with some options
Provided actions
Name | Category | Description |
---|---|---|
bitrise | - | Trigger a bitrise build |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 20 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
write_changelog_from_commits
via Lewis Bright
Writes a changelog by pattern matching on git commits since the last tag. Organises these into sections and creates a changelog with the same name as the current version code
Provided actions
Name | Category | Description |
---|---|---|
write_changelog_from_commits | - | Writes a changelog file by pattern matching on git commits since the last tag. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 4 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 11 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
csv_translation
via Manish Rathi
A fastlane plugin to manage translation using a CSV file under git repository. 🚀
Provided actions
Name | Category | Description |
---|---|---|
create_csv_feature_branch | - | Create a csv feature branch. |
delete_csv_translation_request | - | Delete a translation request based on identifier value. |
fetch_csv_branch | - | Fetch a csv file branch. |
create_csv_translation_request | - | Create a csv translation request. |
rebase_csv_translation_request | - | Rebase a translation request based on identifier value. |
get_csv_translation_requests | - | Get CSV translation requests info |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 8 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 20 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
yafirim
via wd
Yet another fastlane fir.im plugin
Provided actions
Name | Category | Description |
---|---|---|
yafirim | - | Yet another fastlane fir.im plugin |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 24 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 15 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
android_version_manage
via futabooo
Manage Android App Versioning
Provided actions
Name | Category | Description |
---|---|---|
android_set_version_code | - | Set the Version Code of your Android project |
android_commit_version_bump | - | This action is like a commit_version_bump action for Android |
android_set_version_name | - | Set the Version Name of your Android project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 29 | More downloads = more users have been using the plugin for a while |
tests | 27 | The more tests a plugin has, the better |
test_report
via Naylin Medina
customized template for iOS test reports
Provided actions
Name | Category | Description |
---|---|---|
test_report | - | Create customized HTML template for test reports |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 17 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -4 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
zealot
via icyleaf
Upload IPA/APK/dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android and iOS apps.
Provided actions
Name | Category | Description |
---|---|---|
zealot_version_check | - | Check app version exists from Zealot |
zealot_sync_devices | - | Check app version exists from Zealot |
zealot_debug_file | - | Upload dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android and iOS apps. |
zealot | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 25 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
mattermost
via cpfriend1721994
Fastlane plugin for push messages to Mattermost
Provided actions
Name | Category | Description |
---|---|---|
mattermost | - | Fastlane plugin for push messages to Mattermost |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 7 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 19 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
testfairy
via Josh Holtz
Upload IPA to TestFairy
Provided actions
Name | Category | Description |
---|---|---|
testfairy | - | Upload an IPA to TestFairy |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 24 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 7 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
souyuz-ventaapps
via Felix Rudat
A fastlane component to make Xamarin builds a breeze
Provided actions
Name | Category | Description |
---|---|---|
app_version | - | Easily set or print app version with `app_version` |
souyuz | - | Easily build and sign your app using `souyuz` |
Score details
Metric | Points | Description |
---|---|---|
contributors | 30 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 32 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
upload_to_onesky
via joshrlesch
Upload a strings file to OneSky
Provided actions
Name | Category | Description |
---|---|---|
upload_to_onesky | - | Upload a strings file to OneSky |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 31 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 20 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
twitter
via rb_de0
A simple twitter plugin
Provided actions
Name | Category | Description |
---|---|---|
tweet | - | Tweet a message specified in the parameter |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 4 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
podspec_dependency_versioning
via Cole Dunsby
Edit the versions of your podspec dependencies
Provided actions
Name | Category | Description |
---|---|---|
change_podspec_dependency_version | - | This action will modify the version of a dependency in your podspec. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 19 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 17 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
download_hockey_ipa
via horimislime
A fastlane plugin that helps downloading .ipa from HockeyApp
Provided actions
Name | Category | Description |
---|---|---|
download_hockey_ipa | - | A fastlane plugin that helps downloading .ipa from HockeyApp |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 25 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
dingtalk_robot
via InfiniteReverse
webhook for dingtalk robot
Provided actions
Name | Category | Description |
---|---|---|
dingtalk_robot | - | webhook for dingtalk robot |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 17 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 12 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
alioss
via woodwu
upload ipa/apk to aliyun oos server, and scan QRcode to install app on mobile phone.
Provided actions
Name | Category | Description |
---|---|---|
alioss | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 15 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -6 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 37 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
try_adb_test
via Alexey Alter-Pesotskiy
The easiest way to retry your Android Instrumented Tests
Provided actions
Name | Category | Description |
---|---|---|
try_adb_test | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 2 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 6 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
version
via Jason Nam
Set version
Provided actions
Name | Category | Description |
---|---|---|
set_version | - | Set version |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 14 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
git_commit_changelog_to_markdown
via Fernando Berrios
This plugin will take the output of the changelog_from_git_commits plugin and convert it into markdown
Provided actions
Name | Category | Description |
---|---|---|
git_commit_changelog_to_markdown | - | This plugin will take the output of the 'changelog_from_git_commits' plugin and convert it into markdown |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 33 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
jira_build_number
via Tom Elrod
Insert build number into related jira issues
Provided actions
Name | Category | Description |
---|---|---|
jira_build_number | - | Adds build number from CI as comment to associated jira issue. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 17 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 16 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
android_change_app_name
via MaximusMcCann
Changes the manifest's label attribute (appName). Stores the original name for revertinng.
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 89 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
update_team_identifier
via Jordan Bondo
Updates the Team Identifier for a given target
Provided actions
Name | Category | Description |
---|---|---|
update_team_identifier | - | Updates the Team Identifier for a given target |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 17 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
app_store_build_info
via Rishabh Tayal
Get build info from App Store Connect
Provided actions
Name | Category | Description |
---|---|---|
app_store_build_info | - | Get build info from App Store Connect |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 18 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 22 | More downloads = more users have been using the plugin for a while |
tests | 18 | The more tests a plugin has, the better |
submit_to_beta_app_review
via Dan Loewenherz
Submits an already processed build to Beta App Review.
Provided actions
Name | Category | Description |
---|---|---|
submit_to_beta_app_review | - | Submits an already processed build to Beta App Review. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 4 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
jira_issues_release_notes
via Erick Martins
It generates a release note based on the issues keys and descriptions found in the commits
Provided actions
Name | Category | Description |
---|---|---|
jira_release_changelog | - | It generates a release note based on the issues keys and descriptions found in the commits |
jira_comment | - | It generates a release note based on the issues keys found in branch name and descriptions found in the commits |
jira_versions | - | It generates a release note based on the issues keys found in branch name and descriptions found in the commits |
jira_issues_keys_from_commits | - | It generates a release note based on the issues keys found in branch name and descriptions found in the commits |
jira_feature_validation | - | It generates a release note based on the issues keys found in branch name and descriptions found in the commits |
jira_release_validation | - | It generates a release note based on the issues keys and descriptions found in the commits |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
run_lane
via Jonathan Ritchie
Run a specified fastlane lane in your project.
Provided actions
Name | Category | Description |
---|---|---|
run_lane | - | Run a specified fastlane lane in your project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 27 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 26 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ixguard
via Evgeniy Kubyshin
ixguard plugin
Provided actions
Name | Category | Description |
---|---|---|
ixguard | - | iXGuard build plugin |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 32 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
mocha_run_tests
via Adam T Armstrong
Run Mocha Tests from within fastlane
Provided actions
Name | Category | Description |
---|---|---|
mocha_run_tests | - | Run Mocha Tests from within fastlane |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 4 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
git_build_versioning
via Mikko Välimäki
Store build numbers in git tags for distributed sequential builds
Provided actions
Name | Category | Description |
---|---|---|
reserve_git_build_number | - | Use git for tagging your builds for unique distributed sequential build numbers |
get_git_build_number | - | Use git for tagging your builds for unique distributed sequential build numbers |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 17 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 23 | More downloads = more users have been using the plugin for a while |
tests | 18 | The more tests a plugin has, the better |
droidicon
via @chrhsmt
Generate required icon sizes and iconset from a master application icon
Provided actions
Name | Category | Description |
---|---|---|
droidicon | - | Generate required icon sizes and iconset from a master application icon |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 20 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
update_provisioning_profile
via Duy Nguyen
This action will update xcodeproj with values extracted from your provisioning profile.
Provided actions
Name | Category | Description |
---|---|---|
update_provisioning_profile | - | This action will update xcodeproj with values extracted from your provisioning profile. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 17 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 11 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
deploy_file_provider
via Kamil Krzyk, Przemysław Wośko
Prepares metadata files with structure ready for AppStore, PlayStore deploy
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 84 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
Open website (no GitHub link provided in gemspec)
au_auto_close_upload
via Emil
Upload artifacts to AppUnite's auto-close service
Provided actions
Name | Category | Description |
---|---|---|
au_auto_close_upload | - | Upload artifacts to AppUnite's auto-close service |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 22 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 25 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ding_talk
via gaoxiang
Auto send the pgyer app qr code to the ding talk.
Provided actions
Name | Category | Description |
---|---|---|
ding_talk | - | Send the packaging information to the ding talk. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 7 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
react_native_release
via Chris Ball
Simplify releases for React Native apps.
Provided actions
Name | Category | Description |
---|---|---|
create_fastlane_session | - | Simplify 2FA authentication for App Store Connect |
react_native_release | - | Simplify releases for React Native apps |
encrypt_fastlane_vars | - | Encrypt fastlane vars for CI |
decrypt_google_play_credentials | - | Decrypts app env vars and sets the values in the root .env file |
read_fastlane_session | - | Simplify 2FA authentication for App Store Connect |
create_changelog | - | Determines if a release should happen based on conventional commits. |
generate_android_keystore | - | Decrypts app env vars and sets the values in the root .env file |
accept_android_sdk_licenses | - | Accepts Android sdk licenses |
add_fastlane_var | - | Adds a single ENV var for fastlane to the encrypted repository |
encrypt_google_play_credentials | - | Encrypts credentials from Google Play and stores in the context repo. |
tag_release | - | Tags a release based on a prefix, version, and build numbers |
encrypt_app_vars | - | Encrypts app env vars and stores them in the context repo. |
determine_release_from_commits | - | Determines if a release should happen based on conventional commits. |
decrypt_android_keystore | - | Decrypts app env vars and sets the values in the root .env file |
decrypt_fastlane_vars | - | Decrypts fastlane ENV vars from the encrypted repo. Optionally sets them in ENV. |
add_app_var | - | Adds a single ENV var to the encrypted repository |
decrypt_app_vars | - | Decrypts app env vars and sets the values in the root .env file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 6 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -13 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 26 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
transifex
via junjie
basic transifex wrapper
Provided actions
Name | Category | Description |
---|---|---|
transifex | - | basic transifex wrapper |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 25 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 17 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
release
via Cole Dunsby
Automates the steps to create a new release for a project.
Provided actions
Name | Category | Description |
---|---|---|
make_release | - | Automates the steps to create a new release for a framework. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 19 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 8 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
send_e_mail
via huangj
a tool to sendmail
Provided actions
Name | Category | Description |
---|---|---|
send_e_mail | - | a tool to sendmail |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 18 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 9 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
apphoster
via JerryFans
A simple plugin to upload your ipa file to AppHost Server in fastlane.
Provided actions
Name | Category | Description |
---|---|---|
apphoster | - | A simple plugin to upload your ipa file to AppHost Server in fastlane. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 11 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
phraseapp
via Issarapong Poesua
a phraseapp-cli tool wrapper
Provided actions
Name | Category | Description |
---|---|---|
phraseapp | - | a phraseapp-cli tool wrapper |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 9 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 10 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
xliff_en_gen
via alexander sun
gen Localizable.strings file from xliff
Provided actions
Name | Category | Description |
---|---|---|
export_xliff | - | export xliff for an xcode project |
xliff_en_gen | - | Overwrite project Localizable.strings file from English version xliff |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 26 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
ipa_install_plist_generate
via xiongzenghui
iOS ipa enterprise install plist generate plugn
Provided actions
Name | Category | Description |
---|---|---|
ipa_install_plist_generate | - | iOS ipa enterprise install plist generate plugn |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 9 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
gitlab_changelog
via Žilvinas Sebeika
Get changelog using GitLab API
Provided actions
Name | Category | Description |
---|---|---|
gitlab_changelog | - | - |
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
buildnumber
via Nick Griffith
Generates unique build numbers for iOS projects.
Provided actions
Name | Category | Description |
---|---|---|
buildnumber | - | Generates unique build numbers for iOS projects |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 30 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 17 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 6 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
kuhverij
via Morten Bøgh
Simplified Code Coverage
Provided actions
Name | Category | Description |
---|---|---|
kuhverij | testing | Simplified Code Coverage |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 13 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -3 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 9 | More downloads = more users have been using the plugin for a while |
tests | 33 | The more tests a plugin has, the better |
mobileiron
via Roman Ivannikov
Release your builds to Mobileiron In-Hause instance. https://www.mobileiron.com
Provided actions
Name | Category | Description |
---|---|---|
mobileiron | - | Release your app with Mobileiron |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 3 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 2 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
summonbin
via Jason Nam
Execute command with summonbin
Provided actions
Name | Category | Description |
---|---|---|
summonbin | - | Execute command with summonbin |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 10 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
update_build_settings_key
via ungacy
Updated code signing settings from 'Automatic' to a specific profile
Provided actions
Name | Category | Description |
---|---|---|
update_build_settings_key | - | Updates build settings key to a new value |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 28 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 17 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
unsetinfoplistvalue
via David Cordero
Unsets value to Info.plist of your project as native Ruby data structures
Provided actions
Name | Category | Description |
---|---|---|
unset_info_plist_value | project | Unsets value to Info.plist of your project as native Ruby data structures |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 12 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 5 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 9 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
line_notify
via AKKHARAWAT CHAYAPIWAT
To be able to send message to Line Notify
Provided actions
Name | Category | Description |
---|---|---|
line_notify | - | You can use this action to send message via Line Notify |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 19 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 29 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
android_change_package_name
via yeppao
Change the package name in the AndroidManifest.xml file
Provided actions
Name | Category | Description |
---|---|---|
android_change_package_name | - | Change the package identifier in the AndroidManifest.xml file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 17 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 31 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
redmine_upload
via Mattia Salvetti
A fastlane plugin to upload file contents to Redmine
Provided actions
Name | Category | Description |
---|---|---|
redmine_file_post | - | Uploads a file in a Redmine Files section of a given Redmine project |
redmine_upload | - | A fastlane plugin to upload file contents to Redmine |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 18 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 8 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
coreos
via Oliver Letterer
Deploy docker services to CoreOS hosts
Provided actions
Name | Category | Description |
---|---|---|
coreos_deploy | - | Deploy docker services to CoreOS hosts |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 30 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 17 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
unity3d
via fuzhongqing
fastlane for unity3d engine
Provided actions
Name | Category | Description |
---|---|---|
unity3d | building | fastlane plugin for unity3d engine |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 4 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 17 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
analyze_ios_framework
via xiongzenghui
analysis ios framework in buildout or pods dir
Provided actions
Name | Category | Description |
---|---|---|
analyze_ios_framework | - | analysis ios framework in buildout or pods dir |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 17 | More downloads = more users have been using the plugin for a while |
tests | 15 | The more tests a plugin has, the better |
last_fabric_version_code
via Andrés Hernández
Get the last Fabric version code for your Android app
Provided actions
Name | Category | Description |
---|---|---|
last_fabric_version_code | - | Get the last Fabric version code for your Android app |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 18 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
debug_file
via icyleaf
Compress iOS/macApp dSYM or Android Proguard(mapping/R/AndroidManifest) to zip file
Provided actions
Name | Category | Description |
---|---|---|
list_dsym | misc | Find and generate iOS/MacOS dSYM file(s) to zip file |
proguard | misc | Find and generate Android proguard file(s) to zip file |
dsym | misc | Find and generate iOS/MacOS dSYM file(s) to zip file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 11 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
clear_archived_data
via Onur Yıldırım
Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE.
Provided actions
Name | Category | Description |
---|---|---|
clear_archived_data | - | Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 2 | More stars = more popular project |
forks | 5 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 3 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 7 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
copy
via Jason Nam
Copy file
Provided actions
Name | Category | Description |
---|---|---|
copy | - | Copy file |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 6 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
bomb_emoji
via Josh Holtz
💣💥 No more emojis
Provided actions
Name | Category | Description |
---|---|---|
bomb_emoji | - | No more emojis |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 6 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
get_last_circleci_build_number
via Dawid van der Hoven
fetches the last build number from circleci.
Provided actions
Name | Category | Description |
---|---|---|
get_last_circleci_build_number | - | fetches the last build number from circleci. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 8 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 6 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
buddybuild
via Jorge Revuelta
This plugin allows the communication with the Buddybuild API.
Provided actions
Name | Category | Description |
---|---|---|
buddybuild_list_apps | - | Retrieves all the applications for a given account in Buddybuild. |
buddybuild_get_latest_build_number | - | Retrieves the latest build number for a given Application Identifier. |
buddybuild_show_latest_build | - | Retrieves the latest build for a given Application Identifier. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 16 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
match_import
via Serhii Batsevych
Match repository custom import
Provided actions
Name | Category | Description |
---|---|---|
match_export_apns | - | Match repository apns certs export |
match_export | - | Match repository custom export |
match_import | - | Match repository custom import |
match_import_apns | - | Match repository apns certs import |
match_remove_invalid_apns | - | Match repository apns certs remove invalid |
match_remove | - | Match repository custom export |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 8 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 7 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
get_application_id
via Helder Pinhal
Get the applicationId of an Android project.
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 63 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
lastpass
via Antoine Lamy
Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager
Provided actions
Name | Category | Description |
---|---|---|
lastpass | - | Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 19 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
transifex_tool
via maydin
Transifex tool that pulls translations using transifex rest api
Provided actions
Name | Category | Description |
---|---|---|
rest_pull | - | Transifex plugin for pull and push translations |
cli_pull | - | Transifex tool that pulls translations using transifex cli client |
cli_push | - | Transifex tool that push translations using transifex cli client |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
sous
via Jonathan Nogueira
A tool to help create and sync keystores, as well as sign apks and aabs for the play store
Provided actions
Name | Category | Description |
---|---|---|
plate | - | This action signs apks using an existing keystore |
pass | - | This action retrieves existing keystores for the android build system |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 6 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
dingtalk
via Kim Huang
a fastlane plugin for dingtalk robot
Provided actions
Name | Category | Description |
---|---|---|
dingtalk | - | a fastlane plugin for dingtalk. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 23 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 13 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
fabric_beta_unregistered_devices
via Slava Kornienko
SHORT
Provided actions
Name | Category | Description |
---|---|---|
fabric_beta_unregistered_devices | - | Get unregistered devices from Fabric Beta. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 15 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 3 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
promo_code
via marumemomo
promo_code
Provided actions
Name | Category | Description |
---|---|---|
promo_code | - | promo_code |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 20 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 25 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
aws_device_farm_upload
via Takuma Homma
Uploads specified file to AWS Device Farm project
Provided actions
Name | Category | Description |
---|---|---|
aws_device_farm_upload | - | Uploads specified file to AWS Device Farm project |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 3 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 14 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
xbluepill
via UladzimirKisialiou
It is a fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command
Provided actions
Name | Category | Description |
---|---|---|
xbluepill | - | Fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command |
Score details
Metric | Points | Description |
---|---|---|
contributors | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 5 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 21 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 10 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
source_env_from_file
via xiongzenghui
set ENV["key"]=value from file like key=value
Provided actions
Name | Category | Description |
---|---|---|
source_env_from_file | - | set ENV['key']=value from file like key=value |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 12 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 5 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
check_good_version
via Lyndsey Ferguson
Checks the version of the installed Good framework
Score details
Metric | Points | Description |
---|---|---|
contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 0 | How well is the README of the document written |
age | 0 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 31 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
flint
via Jyrno Ader
Easily sync your keystores across your team using git
Provided actions
Name | Category | Description |
---|---|---|
flint | - | DESCRIPTION |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 0 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 16 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 4 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
react_native_util
via Jimmy Dee
Community utilities for React Native projects
Provided actions
Name | Category | Description |
---|---|---|
react_pod | - | Community utilities for React Native projects |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 50 | How well is the README of the document written |
age | 14 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 6 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
increment_version_code_android
via SimoneCorsini
Increment the version code of your android project, supporting different product flavors.
Provided actions
Name | Category | Description |
---|---|---|
increment_version_code_android | - | Increment the version code of your android project, supporting different flavors. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 1 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 26 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 15 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
poesie
via Patrik Potoček
Exports translations from POEditor using poesie tool.
Provided actions
Name | Category | Description |
---|---|---|
poesie | - | Exports translations from POEditor using poesie tool. |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 4 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
readme_score | 25 | How well is the README of the document written |
age | 10 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -1 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 28 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the bette |