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
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_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_create_group | - | Create a tester group |
| firebase_app_distribution_delete_group | - | Delete a tester group |
| firebase_app_distribution | - | Release your beta builds with Firebase App Distribution |
| firebase_app_distribution_get_latest_release | - | Fetches the latest release in 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 | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 129 | More subscribers = more popular project |
| stars | 180 | 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 | 38 | 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 | 175177 | More downloads = more users have been using the plugin for a while |
| tests | 80 | The more tests a plugin has, the better |
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_codepush_release_react | - | CodePush release react action |
| appcenter_upload | - | Distribute new release to App Center |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 39 | More subscribers = more popular project |
| stars | 510 | More stars = more popular project |
| forks | 620 | More forks = more people seem to use/modify this project |
| has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
| readme_score | 50 | How well is the README of the document written |
| age | 52 | 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 | 120149 | 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_check_cli_installed | - | Checks that sentry-cli with the correct version is installed |
| sentry_create_deploy | - | Creates a new release deployment for a project on Sentry |
| sentry_create_release | - | Create new releases for a project on Sentry |
| sentry_debug_files_upload | - | Upload debugging information files. |
| sentry_finalize_release | - | Finalize a release for a project on Sentry |
| sentry_set_commits | - | Set commits of a release |
| sentry_upload_build | - | Upload iOS build archive to Sentry with optional git context |
| sentry_upload_dif | - | Upload debugging information files. |
| sentry_upload_dsym | - | Upload dSYM symbolication files to Sentry |
| sentry_upload_file | - | Upload files to a release of a project on Sentry |
| sentry_upload_proguard | - | Upload mapping to a project on Sentry |
| sentry_upload_sourcemap | - | Upload one or more sourcemap(s) to a release of 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 | 141 | More subscribers = more popular project |
| stars | 145 | More stars = more popular project |
| forks | 260 | More forks = more people seem to use/modify this project |
| has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
| readme_score | 50 | How well is the README of the document written |
| age | 57 | 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 | 61318 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 21 | More subscribers = more popular project |
| stars | 526 | More stars = more popular project |
| forks | 320 | More forks = more people seem to use/modify this project |
| has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
| readme_score | 50 | How well is the README of the document written |
| age | 57 | Project that have been around for longer tend to be more stable |
| major_release | 0 | 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 | 56936 | 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 | 54 | 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 | 44648 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 56 | 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 | 33051 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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_code | - | Get the Version Code of your Android project |
| 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 |
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 | 121 | 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 | 25 | How well is the README of the document written |
| age | 48 | 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 | 29316 | More downloads = more users have been using the plugin for a while |
| tests | 51 | 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 | 162 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 12 | More subscribers = more popular project |
| stars | 121 | More stars = more popular project |
| forks | 300 | More forks = more people seem to use/modify this project |
| has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
| readme_score | 50 | How well is the README of the document written |
| age | 57 | Project that have been around for longer tend to be more stable |
| major_release | 30 | Post 1.0 releases are great |
| github_issues | -18 | Lots of open issues are not a good sign usually, unless the project is really popular |
| downloads | 21577 | 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 |
|---|---|---|
| collate_html_reports | testing | 🔶 Combines multiple html report files into one html report file |
| collate_json_reports | testing | 🔹 Combines multiple json report files into one json report file |
| collate_junit_reports | testing | 🔷 Combines multiple junit report files into one junit report file |
| collate_test_result_bundles | testing | 🔸 Combines multiple test_result bundles into one test_result bundle |
| collate_xcresults | - | 🔸 Combines multiple xcresult bundles into one xcresult bundle |
| 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. |
| quit_core_simulator_service | testing | 📲 Force-quits the com.apple.CoreSimulator.CoreSimulatorService to fix mysterious iOS Simulator issues. |
| suppress_tests | testing | 🗜 Suppresses specific tests in a specific or all Xcode Schemes in a given project |
| suppress_tests_from_junit | testing | 🗜 Uses a junit xml report file to suppress either passing or failing tests in an Xcode Scheme |
| suppressed_tests | testing | 🗜 Retrieves a list of tests that are suppressed in a specific or all Xcode Schemes in a project |
| test_options_from_testplan | testing | ☑️ Gets test info from a given test plan |
| testplans_from_scheme | testing | ☑️Gets all the testplans that a Scheme references |
| tests_from_junit | testing | ☑️ Retrieves the failing and passing tests as reported in a junit xml file |
| tests_from_xcresult | testing | ☑️ Retrieves the failing, passing, skipped, and expected failing tests as reported in a xcresult bundle |
| tests_from_xctestrun | testing | ️️☑️ Retrieves all of the tests from xctest bundles referenced by the xctestrun file |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 45 | More subscribers = more popular project |
| stars | 270 | More stars = more popular project |
| forks | 300 | More forks = more people seem to use/modify this project |
| has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
| readme_score | 50 | How well is the README of the document written |
| age | 49 | Project that have been around for longer tend to be more stable |
| major_release | 30 | Post 1.0 releases are great |
| github_issues | -22 | Lots of open issues are not a good sign usually, unless the project is really popular |
| downloads | 21027 | 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 |
|---|---|---|
| send_build_to_bugsnag | building | Notifies Bugsnag of a build |
| upload_symbols_to_bugsnag | - | Uploads dSYM debug symbol files to Bugsnag |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 90 | More subscribers = more popular project |
| stars | 39 | 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 | 56 | 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 | 20509 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 3 | More subscribers = more popular project |
| stars | 34 | 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 | 36 | 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 | 20281 | More downloads = more users have been using the plugin for a while |
| tests | 15 | 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 | 52 | 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 | 47 | 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 | 18468 | 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 | 11 | 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 | 32 | 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 | 18025 | More downloads = more users have been using the plugin for a while |
| tests | 51 | 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 | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 30 | More subscribers = more popular project |
| stars | 21 | 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 | 45 | 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 | 17817 | More downloads = more users have been using the plugin for a while |
| tests | 72 | 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 | 52 | 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 | 14960 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 |
|---|---|---|
| delete_slack_message | - | Deleate a slack message using time-stamp(ts) value |
| 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 | 38 | 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 | 33 | 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 | 13429 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 57 | 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 | 12063 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 57 | 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 | 10305 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 56 | 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 | 10362 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
emerge
via Emerge Tools, Inc
Fastlane plugin for Emerge
Provided actions
| Name | Category | Description |
|---|---|---|
| emerge_snapshot | - | Fastlane plugin for Emerge to generate iOS snapshots |
| emerge | - | Fastlane plugin for Emerge |
| emerge_order_file | - | Fastlane plugin to download order files |
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 | 14 | 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 | 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 | 9888 | 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 | 54 | 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 | 9115 | More downloads = more users have been using the plugin for a while |
| tests | 21 | 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 | 56 | 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 | 8045 | More downloads = more users have been using the plugin for a while |
| tests | 24 | The more tests a plugin has, the better |
wpmreleasetoolkit
via Automattic
GitHub helper functions
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 | 32 | 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 | 44 | Project that have been around for longer tend to be more stable |
| major_release | 30 | Post 1.0 releases are great |
| github_issues | -45 | Lots of open issues are not a good sign usually, unless the project is really popular |
| downloads | 8126 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 56 | 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 | 7813 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | - | Huawei AppGallery Connect Plugin |
| huawei_appgallery_connect_get_app_id | - | Huawei AppGallery Connect Plugin |
| huawei_appgallery_connect_get_app_info | - | Huawei AppGallery Connect Plugin |
| huawei_appgallery_connect_set_gms_dependency | - | Huawei AppGallery Connect Plugin |
| huawei_appgallery_connect_submit_for_review | - | Huawei AppGallery Connect Plugin |
| huawei_appgallery_connect_update_app_localization | - | Huawei AppGallery Connect Plugin |
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 | 90 | More stars = more popular project |
| forks | 155 | More forks = more people seem to use/modify this project |
| has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
| readme_score | 50 | How well is the README of the document written |
| age | 36 | 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 | 7330 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 56 | 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 | 7297 | 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 | 47 | 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 | 6785 | More downloads = more users have been using the plugin for a while |
| tests | 72 | 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 | 38 | 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 | 6944 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 51 | 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 | 6632 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 38 | 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 | 6566 | More downloads = more users have been using the plugin for a while |
| tests | 15 | The more tests a plugin has, the better |
datadog
via Datadog, Inc.
Datadog actions for iOS development
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_symbols_to_datadog | misc | Uploads dSYM files to Datadog in order to symbolicate crash reports |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 12 | 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 | 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 | 6181 | More downloads = more users have been using the plugin for a while |
| tests | 15 | 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 | 52 | 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 | 5476 | 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 | - | - |
| get_version_code | - | Get the version code of your project |
| get_version_name | - | Get the version name of your project |
| increment_version_code | - | Increment the version code of your project |
| increment_version_name | - | Increment the version name of your project |
| set_value_in_build | - | Set the value of your project |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 42 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 6 | More subscribers = more popular project |
| stars | 51 | 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 | 25 | How well is the README of the document written |
| age | 53 | 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 | 5139 | 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 | 45 | 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 | 5239 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
docc
via Kukurijek
Automate docc - documentation for swift frameworks and packages
Provided actions
| Name | Category | Description |
|---|---|---|
| docc | - | Automate docc - documentation for swift frameworks and packages |
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 | 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 | 5043 | More downloads = more users have been using the plugin for a while |
| tests | 15 | 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 | 36 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 9 | 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 | 52 | 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 | 4821 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 46 | 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 | 4516 | More downloads = more users have been using the plugin for a while |
| tests | 36 | 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 | 57 | 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 | 4037 | 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 | 4021 | 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)
semantic_release
via Jiří Otáhal
Automated version managment and generator of release notes.
Provided actions
| Name | Category | Description |
|---|---|---|
| analyze_commits | - | - |
| conventional_changelog | - | Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. |
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 | 187 | More stars = more popular project |
| forks | 240 | More forks = more people seem to use/modify this project |
| has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
| readme_score | 50 | How well is the README of the document written |
| age | 40 | Project that have been around for longer tend to be more stable |
| major_release | 30 | 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 | 3326 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 18 | More subscribers = more popular project |
| stars | 13 | More stars = more popular project |
| forks | 30 | 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 | 40 | 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 | 3597 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 55 | 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 | 3587 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 |
| find_google_drive_file_by_id | - | Find a Google Drive file or folder by ID |
| find_google_drive_file_by_title | - | Find a Google Drive file or folder by title |
| create_google_drive_folder | - | Create new folder on Google Drive |
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 | 54 | 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 | 47 | 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 | 3181 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 56 | 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 | 3352 | 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
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 | 56 | 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 | 2982 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 48 | 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 | 2824 | More downloads = more users have been using the plugin for a while |
| tests | 30 | 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 | 30 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 6 | More subscribers = more popular project |
| stars | 43 | 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 | 50 | 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 | 2599 | 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_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 | 2727 | 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)
cordova
via Almouro
Build your Cordova app
Provided actions
| Name | Category | Description |
|---|---|---|
| cordova | building | Build your Cordova app |
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 | 115 | 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 | 54 | Project that have been around for longer tend to be more stable |
| major_release | 30 | Post 1.0 releases are great |
| github_issues | -21 | Lots of open issues are not a good sign usually, unless the project is really popular |
| downloads | 2087 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 18 | More subscribers = more popular project |
| stars | 85 | More stars = more popular project |
| forks | 165 | More forks = more people seem to use/modify this project |
| has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
| readme_score | 50 | How well is the README of the document written |
| age | 55 | 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 | 2146 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 47 | 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 | 2068 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 41 | 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 | 2038 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 55 | 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 | 2041 | More downloads = more users have been using the plugin for a while |
| tests | 12 | 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 | 52 | 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 | 1993 | More downloads = more users have been using the plugin for a while |
| tests | 27 | The more tests a plugin has, the better |
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 | 55 | 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 | 1817 | More downloads = more users have been using the plugin for a while |
| tests | 80 | The more tests a plugin has, the better |
appmetrica
via AppMetrica
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 | 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 | 37 | 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 | 1883 | 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 | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 9 | More subscribers = more popular project |
| stars | 76 | More stars = more popular project |
| forks | 70 | More forks = more people seem to use/modify this project |
| has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
| readme_score | 50 | How well is the README of the document written |
| age | 34 | 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 | 1694 | More downloads = more users have been using the plugin for a while |
| tests | 39 | 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 | 6 | More subscribers = more popular project |
| stars | 5 | 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 | 42 | 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 | 1818 | More downloads = more users have been using the plugin for a while |
| tests | 24 | 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 | 54 | 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 | 1798 | More downloads = more users have been using the plugin for a while |
| tests | 9 | 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 | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 12 | More subscribers = more popular project |
| stars | 6 | 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 | 47 | 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 | 1756 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 50 | 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 | 1764 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
waldo
via John 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 | 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 | 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 | 45 | 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 | 1652 | 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 | 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 | 32 | 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 | 1636 | 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 | 1742 | 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)
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 | 56 | 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 | 1414 | 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 | 50 | 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 | 1497 | More downloads = more users have been using the plugin for a while |
| tests | 60 | 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 | 1512 | 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)
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 | 45 | 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 | 1409 | 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 | 1480 | 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)
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 | - | - |
| 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 | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 9 | More subscribers = more popular project |
| stars | 38 | 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 | 46 | Project that have been around for longer tend to be more stable |
| major_release | 0 | Post 1.0 releases are great |
| github_issues | -9 | Lots of open issues are not a good sign usually, unless the project is really popular |
| downloads | 1245 | More downloads = more users have been using the plugin for a while |
| tests | 54 | 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 | 54 | 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 | 1344 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 57 | 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 | 1283 | More downloads = more users have been using the plugin for a while |
| tests | 6 | The more tests a plugin has, the better |
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 | 57 | 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 | 1245 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 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 | 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 | 35 | 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 | 1207 | More downloads = more users have been using the plugin for a while |
| tests | 33 | 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 | 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 | 1206 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 61 | 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 | 289 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 57 | 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 | 1008 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 32 | 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 | 1098 | 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 | 34 | 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 | 1085 | More downloads = more users have been using the plugin for a while |
| tests | 18 | 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 | 12 | More subscribers = more popular project |
| stars | 12 | 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 | 56 | 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 | 1007 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 57 | 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 | 1037 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 52 | 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 | 963 | More downloads = more users have been using the plugin for a while |
| tests | 36 | 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 | 48 | 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 | 1003 | More downloads = more users have been using the plugin for a while |
| tests | 51 | 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 | 44 | 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 | 757 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
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 | 57 | 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 | 948 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 54 | 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 | 799 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
saucelabs
via ivan kat
Sauce Labs android & ios configuraiton
Provided actions
| Name | Category | Description |
|---|---|---|
| saucelabs_upload | - | Sauce labs android & ios Fastlane plugin |
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 | 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 | 1001 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 50 | 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 | 905 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 56 | 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 | 799 | More downloads = more users have been using the plugin for a while |
| tests | 60 | 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 | 53 | 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 | 878 | More downloads = more users have been using the plugin for a while |
| tests | 30 | 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 | 55 | 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 | 855 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 13 | 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 | 42 | 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 | 808 | More downloads = more users have been using the plugin for a while |
| tests | 39 | 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 | 49 | 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 | 840 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 57 | 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 | 831 | 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 | 57 | 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 | 844 | More downloads = more users have been using the plugin for a while |
| tests | 9 | 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 | 50 | 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 | 780 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 57 | 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 | 810 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
pgyer
via rexshi
distribute app to pgyer beta testing service
Provided actions
| Name | Category | Description |
|---|---|---|
| pgyer | - | - |
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 | 65 | More stars = more popular project |
| forks | 155 | More forks = more people seem to use/modify this project |
| has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
| readme_score | 50 | How well is the README of the document written |
| age | 53 | 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 | 593 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
icon_banner
via Émile Bélair
IconBanner adds custom nice-looking banners over your mobile app icons
Provided actions
| Name | Category | Description |
|---|---|---|
| icon_banner | - | Adds custom nice-looking banners over your mobile app icons |
| icon_banner_restore | - | Restores the original app icons (can be used after build to clean up the repository) |
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 | 38 | 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 | 40 | 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 | 743 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 55 | 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 | 708 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
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 | 57 | 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 | 730 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 55 | 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 | 778 | 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 | 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 | 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 | 37 | 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 | 720 | More downloads = more users have been using the plugin for a while |
| tests | 66 | 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 | 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 | 734 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 12 | More subscribers = more popular project |
| stars | 7 | 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 | 47 | 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 | 617 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 18 | 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 | 40 | 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 | 662 | More downloads = more users have been using the plugin for a while |
| tests | 27 | 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 | 39 | 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 | 683 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
npm
via Erick Martins
A very simple plugin to run npm scripts
Provided actions
| Name | Category | Description |
|---|---|---|
| npm_test | - | A very simple plugin to run npm scripts |
| npm_run | - | A very simple plugin to run npm scripts |
| npm_post_install | - | A very simple plugin to run npm scripts |
| npm_install | - | A very simple plugin to run npm scripts |
| upgrade_package_json_version | - | A very simple plugin to run npm scripts |
| npm_lint | - | Runs lint script |
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 | 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 | 713 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 49 | 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 | 649 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 39 | 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 | 669 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 48 | 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 | 467 | More downloads = more users have been using the plugin for a while |
| tests | 80 | The more tests a plugin has, the better |
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 | 66 | More subscribers = more popular project |
| stars | 49 | 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 | 44 | 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 | 376 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 50 | 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 | 672 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 40 | 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 | 314 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 12 | 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 | 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 | 36 | 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 | 598 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 54 | 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 | 649 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 18 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 18 | 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 | 41 | 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 | 577 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 54 | 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 | 608 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 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 | 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 | 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 | 578 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
microsft_teams_message_card
via Dorian Cheignon
Send a message card to your Microsoft teams channel
Provided actions
| Name | Category | Description |
|---|---|---|
| microsft_teams_message_card | notifications | Send a message card to your Microsoft teams channel |
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 | 646 | 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 | 708 | 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)
verify_ipa_with_app_store_connect
via Onno Bergob
Uses altool to verify an ipa with App Store Connect.
Provided actions
| Name | Category | Description |
|---|---|---|
| verify_ipa_with_app_store_connect | - | Uses the command line tool iTMSTransporter provided with Xcode to verify the 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 | 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 | 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 | 606 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 56 | 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 | 566 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
lambdatest
via LambdaTest
fastlane plugin to upload app to lambdatest
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 657 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 55 | 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 | 555 | More downloads = more users have been using the plugin for a while |
| tests | 9 | 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 | 55 | 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 | 438 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
rename_android_package
via Josh Holtz
Renames Android package
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 | 666 | 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_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 | 38 | 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 | 530 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 54 | 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 | 487 | More downloads = more users have been using the plugin for a while |
| tests | 9 | 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 | 52 | 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 | 264 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 42 | 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 | 484 | More downloads = more users have been using the plugin for a while |
| tests | 21 | 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 | 52 | 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 | 414 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 37 | 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 | 404 | More downloads = more users have been using the plugin for a while |
| tests | 48 | 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 | 33 | 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 | 459 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 45 | 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 | 468 | More downloads = more users have been using the plugin for a while |
| tests | 9 | 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 | 42 | 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 | 461 | More downloads = more users have been using the plugin for a while |
| tests | 9 | The more tests a plugin has, the better |
amazon_app_submission
via mohammedhemaid
This is the first version of the Amazon App Submission
Provided actions
| Name | Category | Description |
|---|---|---|
| amazon_app_submission | - | Fastlane plugin for Amazon App Submissions |
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 | 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 | 481 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 42 | 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 | 490 | 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 | 34 | 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 | 446 | 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 | 38 | 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 | 441 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 55 | 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 | 426 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
app_info
via icyleaf
Teardown tool for mobile app(ipa, apk and aab files), analysis metedata like version, name, icon etc.
Provided actions
| Name | Category | Description |
|---|---|---|
| app_info | - | Parse and dump mobile app(ipa, apk and aab file) metedata. |
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 | 50 | How well is the README of the document written |
| age | 54 | 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 | 350 | More downloads = more users have been using the plugin for a while |
| tests | 57 | 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 | 56 | 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 | 369 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 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 | 405 | 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 | 33 | 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 | 393 | More downloads = more users have been using the plugin for a while |
| tests | 9 | 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 | 41 | 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 | 207 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
update_app_associated_domains
via Nicolas TRUTET
[iOS] Replace associated domains array for the key
in the entitlement file.
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 465 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 52 | 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 | 309 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 15 | More subscribers = more popular project |
| stars | 44 | 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 | 36 | 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 | 260 | 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 | 27 | More subscribers = more popular project |
| stars | 10 | 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 | 52 | 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 | 282 | More downloads = more users have been using the plugin for a while |
| tests | 9 | 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 | 55 | 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 | 349 | 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
Provided actions
| Name | Category | Description |
|---|---|---|
| github_job_status | - | Post the status of your test jobs to your pull requests |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 54 | 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 | 348 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
stream_actions
via GetStream
stream custom actions
Provided actions
| Name | Category | Description |
|---|---|---|
| allure_api | - | Allure Testops API |
| allure_create_launch | - | Creates launch on Allure Testops |
| allure_create_testcase | - | Creates testcase on Allure Testops |
| allure_run_testplan | - | Sync and run testplan on Allure Testops |
| build_app_for_ios_simulator | building | This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. |
| current_branch | - | Get current branch name |
| custom_match | - | - |
| git_status | - | Git status |
| install_ios_runtime | - | Install iOS Runtime |
| is_check_required | - | Analyzes the impact of changes on PR |
| merge_main_to_develop | - | Merge main branch to develop |
| merge_release_to_main | - | Merge release branch to main |
| pod_push_safely | - | Safely push a Podspec to Trunk or a private repository |
| pr_comment | - | Comment in the PR |
| pr_create | - | Create PR |
| prepare_simulator | - | Prepares simulator for tests |
| publish_ios_sdk | - | Publish iOS SDKs |
| read_changelog | - | Gets updates from the CHANGELOG.md |
| release_ios_sdk | - | Releases iOS SDKs |
| retrieve_xctest_names | - | Retrieves test names from xctestrun file |
| select_xcode | - | Select Xcode version |
| setup_git_config | - | Update git config details |
| show_detailed_sdk_size | - | Show SDK objects size |
| show_sdk_size | - | Show SDKs size |
| testflight_build | - | Builds a DemoApp and uploads it to TestFlight |
| touch_changelog | - | Updates CHANGELOG.md file with release |
| update_copyright | - | Updates copyright headers in source files |
| update_release_version_to_snapshot | - | Bump a release version and add a snapshot postfix |
| update_sdk_size_in_readme | - | Update SDKs size in README.md |
| update_testplan | - | Adds environment variables to a test plan |
| wait_android_emu_idle | - | - |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 12 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 81 | 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 | -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 | 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 | 303 | More downloads = more users have been using the plugin for a while |
| tests | 72 | 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 | 40 | 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 | 63 | 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 | 56 | 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 | 309 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 422 | 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)
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 | 34 | 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 | 356 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 41 | 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 | 319 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 41 | 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 | 316 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 47 | 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 | 290 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 42 | 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 | 291 | 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 | 57 | 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 | 275 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 57 | 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 | 272 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
apadmi_grout
via Apadmi
A fastlane wrapper for the apadmi build tools plugin
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 | 383 | 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 | 53 | 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 |
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 | 44 | 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 | 308 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
get_android_version
via MaximusMcCann
gets the android versionName and versionCode from the
AndroidManifest.xmlfile 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 | 55 | 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 | 308 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 55 | 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 | 254 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 6 | More subscribers = more popular project |
| stars | 31 | 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 | 30 | 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 | 210 | More downloads = more users have been using the plugin for a while |
| tests | 9 | 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 | 49 | 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 | 315 | 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 | 41 | 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 | 176 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 32 | 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 | 263 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 357 | 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)
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 | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 15 | More subscribers = more popular project |
| stars | 27 | More stars = more popular project |
| forks | 70 | More forks = more people seem to use/modify this project |
| has_mit_license | 20 | fastlane is MIT licensed, it's good to have plugins use MIT too |
| readme_score | 50 | How well is the README of the document written |
| age | 38 | 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 | 177 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 57 | 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 | 187 | 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 | 37 | 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 | 186 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 52 | 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 | 216 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 55 | 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 | 172 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 34 | 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 | 278 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
profile_expiration_info
via Steven Chung
Returns if the provisioning profile has expired and the DateTime it expires
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 354 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 39 | 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 | 211 | 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 | 43 | 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 | 164 | More downloads = more users have been using the plugin for a while |
| tests | 30 | 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 | 6 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 24 | 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 | 35 | 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 | 184 | More downloads = more users have been using the plugin for a while |
| tests | 51 | 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 | 52 | 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 | 126 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 18 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 15 | More subscribers = more popular project |
| stars | 34 | 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 | 25 | How well is the README of the document written |
| age | 58 | 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 | 158 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 54 | 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 | 219 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 37 | 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 | 221 | More downloads = more users have been using the plugin for a while |
| tests | 24 | 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 | 48 | 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 |
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 | 52 | 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 | 219 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 33 | 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 | 248 | 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 | 342 | 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)
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 | 56 | 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 | 12 | More downloads = more users have been using the plugin for a while |
| tests | 24 | The more tests a plugin has, the better |
retrieve_devices
via Lachlan Young, BuiltByProxy
retrieve all devices registered to your apple certrificate
Provided actions
| Name | Category | Description |
|---|---|---|
| retrieve_devices | misc | This action will retrieve a list of each device registered with Apple |
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 | 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 | 275 | 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 | 49 | 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 | 181 | 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 | 40 | 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 | 151 | More downloads = more users have been using the plugin for a while |
| tests | 60 | 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 | 55 | 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 | 225 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
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 | 56 | 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 | 191 | More downloads = more users have been using the plugin for a while |
| tests | 12 | The more tests a plugin has, the better |
gs_versioning
via SAVeselovskiy
Plugin for GradoService versioning system
Provided actions
| Name | Category | Description |
|---|---|---|
| gs_save_beta_version | - | Plugin for GradoService versioning system |
| gs_increment_rc_version | - | Plugin for GradoService versioning system |
| gs_get_beta_version | - | Plugin for GradoService versioning system |
| gs_increment_release_version | - | Plugin for GradoService versioning system |
| gs_get_release_version | - | Plugin for GradoService versioning system |
| gs_save_rc_version | - | Plugin for GradoService versioning system |
| gs_increment_beta_version | - | Plugin for GradoService versioning system |
| gs_get_rc_version | - | Plugin for GradoService versioning system |
| gs_save_release_version | - | Plugin for GradoService versioning system |
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 | 55 | 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 | 246 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 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 | 210 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 56 | 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 | 68 | More downloads = more users have been using the plugin for a while |
| tests | 51 | 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 | 56 | 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 | 188 | 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 | 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 | 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 | 48 | 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 | 133 | More downloads = more users have been using the plugin for a while |
| tests | 27 | 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 | 56 | 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 | 180 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
common_fastfile
via Pawel Szymanski
Gets the requested file, saves it into ./fastlane/imports and return the path
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 | 320 | 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)
maestro
via Marc Bormeth
Running maestro test commands from fastlane
Provided actions
| Name | Category | Description |
|---|---|---|
| maestro_test | testing | Runs Maestro test |
| maestro | testing | Runs the Maestro CLI |
| launch_simulator | - | Prepares an iOS simulator for Maestro testing |
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 | 18 | 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 | 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 | 201 | 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 | 54 | 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 | 194 | 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 | 56 | 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 | 130 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
zealot
via icyleaf
Upload IPA/APK/AAB/EXE/APP/ZIP/dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android, iOS, macOS, Windows and Linux apps.
Provided actions
| Name | Category | Description |
|---|---|---|
| zealot_version_check | - | Check app version exists from Zealot |
| zealot_sync_devices | - | Sync ios devices list to 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 | 6 | More subscribers = more popular project |
| stars | 9 | 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 | 36 | 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 | 174 | 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 | 54 | 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 | 193 | 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 | 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 | 53 | 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 | 160 | 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 | 47 | 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 | 131 | 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 | 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 | 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 | 174 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
saucectl
via Ian Hamilton
Simplify the set up, configuration, upload, and execution of espresso and XCUITest on the Sauce Labs platform by utilizing fastlane which will enable you to test your iOS and Android apps at scale.
Provided actions
| Name | Category | Description |
|---|---|---|
| delete_from_storage | testing | Delete test artifacts from sauce labs storage |
| disabled_tests | testing | Fetches any disabled ui test cases (for android searches for @Ignore tests, and for ios skipped tests within an xcode test plan). Will be used in future for generating pretty HTML reports |
| install_saucectl | testing | Installs the Sauce Labs saucectl cli binary |
| sauce_apps | testing | Returns the set of files by specific app id that have been uploaded to Sauce Storage by the requester |
| sauce_config | testing | Create SauceLabs configuration file for test execution based on given parameters |
| sauce_devices | testing | Returns a list of Device IDs for all devices in the data center that are currently free for testing. |
| sauce_runner | testing | Execute automated tests on sauce labs platform via saucectl binary for specified configuration |
| sauce_upload | testing | Upload test artifacts to sauce labs storage |
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 | 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 | 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 | 145 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 302 | 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)
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 | 39 | 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 | 221 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 55 | 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 | 153 | More downloads = more users have been using the plugin for a while |
| tests | 6 | The more tests a plugin has, the better |
testappio
via TestApp.io
Deploy your Android & iOS to TestApp.io
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_to_testappio | - | Uploading ipa/apk packages to TestApp.io for 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 | 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 | 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 | 180 | 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 | 36 | 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 | 205 | More downloads = more users have been using the plugin for a while |
| tests | 27 | 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 | 55 | 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 | 135 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 57 | 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 | 185 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 57 | 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 | 8 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 35 | 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 | 126 | More downloads = more users have been using the plugin for a while |
| tests | 33 | The more tests a plugin has, the better |
match_android_keystore
via izzis92
Get android keystores from github
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 270 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 46 | 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 | 164 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
amazon_appstore
via ntsk
Upload apps to Amazon Appstore
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_to_amazon_appstore | - | Upload apps to Amazon Appstore |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 24 | 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 | 23 | 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 | 47 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 45 | 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 | 178 | More downloads = more users have been using the plugin for a while |
| tests | 12 | The more tests a plugin has, the better |
u3d
via Jerome Lacoste
Fastgame's u3d (a Unity3d CLI) integration
Provided actions
| Name | Category | Description |
|---|---|---|
| u3d | - | Fastgame's u3d (a Unity CLI) integration |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 54 | 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 | 80 | 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 | 54 | 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 |
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 | 42 | 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 | 181 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 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 | 162 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 36 | 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 | 163 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 18 | 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 | 234 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 250 | 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)
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 | 3 | 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 | 48 | 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 | 180 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
increment_build_number
via Miyabi Ogino
Update build numbers for iOS/Android.
Provided actions
| Name | Category | Description |
|---|---|---|
| increment_bundle_version | - | Increment bundle version for iOS. |
| increment_version_code | - | Increment version code for 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 | 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 | 185 | More downloads = more users have been using the plugin for a while |
| tests | 30 | 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 | 40 | 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 | 71 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 53 | 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 | 150 | 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 | 267 | 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)
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 | 43 | 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 | 191 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 50 | 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 | 153 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 3 | More subscribers = more popular project |
| stars | 30 | 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 | 42 | 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 | 76 | 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 | 57 | 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 | 18 | The more tests a plugin has, the better |
periphery
via Liam Nichols
Identifies unused code in Swift projects using Periphery
Provided actions
| Name | Category | Description |
|---|---|---|
| periphery | - | - |
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 | 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 | 172 | More downloads = more users have been using the plugin for a while |
| tests | 27 | 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 | 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 | 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 | 56 | 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 | 100 | More downloads = more users have been using the plugin for a while |
| tests | 15 | The more tests a plugin has, the better |
better_semantic_release
via Tom Greco
Automated version managment and generator of release notes.
Provided actions
| Name | Category | Description |
|---|---|---|
| conventional_changelog | - | - |
| analyze_commits | - | - |
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 | 40 | 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 | 60 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 57 | 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 | 42 | More downloads = more users have been using the plugin for a while |
| tests | 80 | The more tests a plugin has, the better |
checks
via Sherzat Aitbayev
Fastlane plugin for Checks (checks.google.com)
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 | -50 | 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 | 328 | 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)
sourcery
via Marcin Stepnowski
Run sourcery with fastlane! Sourcery is a code generator for Swift language, built on top of Apple's own SwiftSyntax. It extends the language abstractions to allow you to generate boilerplate code automatically.
Provided actions
| Name | Category | Description |
|---|---|---|
| sourcery | building | Sourcery is a code generator for Swift language, built on top of Apple's own SwiftSyntax. It extends the language abstractions to allow you to generate boilerplate code automatically. |
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 | 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 | 129 | More downloads = more users have been using the plugin for a while |
| tests | 21 | 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 | 52 | 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 | 171 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 52 | 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 | 35 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 5 | 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 | 25 | How well is the README of the document written |
| age | 34 | 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 | 152 | 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 | 40 | 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 | 80 | 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 | 57 | 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 | 64 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 38 | 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 | 12 | 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 | 51 | 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 | 136 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 57 | 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 | 159 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
android_reporter
via Yazan Tarifi
Open Android Emeulators Then Generate Report File From Tests then Upload the File To Slack
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 228 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 33 | 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 | 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 | 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 | 55 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 49 | 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 | 3 | 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 | 39 | 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 | 140 | More downloads = more users have been using the plugin for a while |
| tests | 9 | The more tests a plugin has, the better |
get_new_build_number
via Bartek Pacia
Retrieves the new build number for your mobile app.
Provided actions
| Name | Category | Description |
|---|---|---|
| get_new_build_name | - | Retrieves the new build number for your app. |
| get_new_build_number | - | Retrieves the new build number for your app. |
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 | 22 | 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 | 21 | 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 | 140 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 53 | 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 | 3 | 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 | 37 | 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 | 152 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 38 | 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 | 12 | 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 | 12 | 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 | 50 | How well is the README of the document written |
| age | 42 | 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 | 66 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
firim
via whlsxl
firim
Provided actions
| Name | Category | Description |
|---|---|---|
| firim | - | Uses firim to upload ipa/apk to fir.im |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 55 | 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 | 141 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 33 | 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 | 117 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 54 | 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 | 83 | More downloads = more users have been using the plugin for a while |
| tests | 12 | The more tests a plugin has, the better |
youtrack
via Semen Kologrivov
Use for communicating with YouTrack (fetching issue's info, adding comments and tags 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 | 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 | 236 | 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)
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 | 42 | 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 | 134 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 54 | 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 |
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 | 54 | 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 | 103 | 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 | 56 | 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 | 23 | More downloads = more users have been using the plugin for a while |
| tests | 72 | The more tests a plugin has, the better |
mint
via Marcin Stepnowski
Run Mint with fastlane! Mint is a package manager that installs and runs Swift command line tool packages.
Provided actions
| Name | Category | Description |
|---|---|---|
| install_mint | building | Install mint using homebrew |
| mint_bootstrap | building | Installs all the packages in a Mintfile |
| mint_run | building | Run command with mint |
| mint_which | building | Print and return the full path to the installed executable |
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 | 19 | 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 | 101 | More downloads = more users have been using the plugin for a while |
| tests | 24 | 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 | 201 | 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)
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 | 57 | 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 | 48 | The more tests a plugin has, the better |
flutter_dart_version_manager
via Marvin Moeltgen
A version manager for flutter
Provided actions
| Name | Category | Description |
|---|---|---|
| flutter_dart_version_manager | - | A version manager for flutter |
| flutter_set_version | - | A version manager for flutter |
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 | 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 | 143 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 48 | 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 | 49 | More downloads = more users have been using the plugin for a while |
| tests | 36 | 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 | 45 | 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 | 127 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
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 | 43 | 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 | 115 | 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 | 57 | 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 | 76 | More downloads = more users have been using the plugin for a while |
| tests | 21 | 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 | 46 | 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 | 109 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
versioning_android_kts
via Serge
Android Versioning Plugin for Fastlane - fork for Gradle KTS
Provided actions
| Name | Category | Description |
|---|---|---|
| android_get_version_code | - | Get the Version Code of your Android project |
| 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 |
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 | 48 | 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 | 73 | More downloads = more users have been using the plugin for a while |
| tests | 51 | 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 | 18 | 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 | 203 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 51 | 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 | 53 | More downloads = more users have been using the plugin for a while |
| tests | 39 | 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 | 33 | 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 | 39 | 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 | 24 | 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 | 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 | 57 | 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 | 56 | 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 | 54 | 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 | 74 | 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 | 36 | 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 | 12 | The more tests a plugin has, the better |
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 | 42 | 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 | 145 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
rename_android
via Josh Holtz, Sourcetoad
Renames Android package for .java, .kt, AndroidManifest.xml, and build.gradle files
Provided actions
| Name | Category | Description |
|---|---|---|
| rename_android | - | Renames Android package for .java, .kt, AndroidManifest.xml, and build.gradle files |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 24 | 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 | 44 | 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 | 28 | More downloads = more users have been using the plugin for a while |
| tests | 30 | 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 | 52 | 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 | 79 | 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_next
via Hiroto Nakamura
Starts multiple 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 | 6 | 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 | 50 | How well is the README of the document written |
| age | 56 | 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 | 55 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 54 | 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 | 97 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 9 | More subscribers = more popular project |
| stars | 11 | 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 | 36 | 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 | 62 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
shorebird
via Shorebird
Create Shorebird releases and patches
Provided actions
| Name | Category | Description |
|---|---|---|
| shorebird_patch | - | Create a Shorebird patch |
| shorebird_release | - | Create a Shorebird release |
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 | 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 | 97 | More downloads = more users have been using the plugin for a while |
| tests | 42 | 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 | 35 | 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 | 121 | 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. |
| unity_get_build_number | - | Will get the build number that was used for the latest Unity export action. Therefore make sure to call the Unity export action before you use this action. |
| unity_get_version_number | - | Will get the version number that was used for the latest Unity export action. Therefore make sure to call the Unity export action before you use this 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 | 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 | -2 | 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 | 27 | The more tests a plugin has, the better |
testbm
via Bemobile
A Test plugin
Provided actions
| Name | Category | Description |
|---|---|---|
| testbm | - | A Test plugin |
| bmversion | - | TODO |
| bmdistribution | - | Distributes an app version via firebase, testflight, browsertack or the play store. |
| bmbuild | - | TODO |
| salutation | - | Returns hello world |
| bminfo | - | TODO |
| bmslack | - | Sends a message to a Slack chat specified in the SLACK_URL environment variable |
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 | 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 | 150 | 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 | 45 | 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 | 134 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 46 | 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 | 124 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
android_testlab_script_swit
via 나비이쁜이
아직 만들고 있습니다...
Provided actions
| Name | Category | Description |
|---|---|---|
| android_testlab_script_swit | - | Android Firebase TestLab with Robo Script 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 | 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 | 168 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
scipio
via evandcoleman
A fastlane plugin for Scipio - A caching tool for Swift Package Manager
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 191 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
translate_gpt
via Aleksei Cherepanov
This fastlane plugin provides an easy way to use the OpenAI GPT language model to translate strings in your iOS application.
Provided actions
| Name | Category | Description |
|---|---|---|
| translate_gpt | - | Translate a strings file using OpenAI's GPT API |
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 | 76 | 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 | 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 | 28 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
load_erb_config
via Joaomon7eiro
Fastlane plugin to read erb configuration file
Provided actions
| Name | Category | Description |
|---|---|---|
| load_erb_config | - | Fastlane plugin to load configuration object from yml 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 | 25 | How well is the README of the document written |
| age | 33 | 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 | 138 | 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 | 55 | 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 | 69 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
sem_release
via pboulch
Automated version managment and generator of release notes.
Provided actions
| Name | Category | Description |
|---|---|---|
| analyze_commits | - | - |
| conventional_changelog | - | Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. |
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 | 40 | 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 | 80 | 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 | 50 | 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 | 95 | 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 | 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 | 47 | 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 | 6 | 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 | 43 | 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 | 114 | More downloads = more users have been using the plugin for a while |
| tests | 18 | 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 | 36 | 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 | 123 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
sunny_project
via ericmartineau
Sunny flutter projects
Provided actions
| Name | Category | Description |
|---|---|---|
| rename_assets | - | Renames assets, generates an assets.dart file to reference them. |
| pubspec_doctor | - | Modify pubspec for local or git development |
| sunny_release | - | - |
| increase_version | - | Increment version number in pubspec.yaml file |
| sunny_build_runner | - | Cleans and runs flutter build_runner |
| sunny_build_web | - | Builds a web project |
| local_packages | - | Checks out local dart packages |
| finalize_version | - | Commit version tags |
| release_notes | - | Get or retrieve release notes from git |
| generate_icons | - | Generates a flutter icon set as a font |
| dart_package_status | - | - |
| curr_semver | - | Gets the current version from the project's pubspec.yaml file |
| pub_release | - | Releases a dart package |
| pub_publish | - | Executes pub publish command |
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 | 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 | 136 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 54 | 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 | 0 | 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 | 52 | 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 | 37 | More downloads = more users have been using the plugin for a while |
| tests | 15 | 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 | 47 | 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 |
xcode_test_reporter
via Taisuke Hori
Generates JUnit or HTML report from Xcode
plisttest 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 | 46 | 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 | 67 | 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 | 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 | 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 | 47 | 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 | 39 | 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 | 48 | 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 |
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 | 52 | 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 | 98 | 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 | 197 | 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)
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 | 52 | 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 | 45 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 53 | 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 | 30 | More downloads = more users have been using the plugin for a while |
| tests | 51 | The more tests a plugin has, the better |
rustore
via Vladislav Onishchenko
Rustore fastlane integration plugin
Provided actions
| Name | Category | Description |
|---|---|---|
| rustore_publish | - | Rustore fastlane integration 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 | 18 | 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 | 14 | 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 | 62 | 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 | 36 | 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 | 97 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 33 | 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 |
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 | 49 | 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 | 27 | More downloads = more users have been using the plugin for a while |
| tests | 60 | 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 | 52 | 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 | 50 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
ftps
via Rafał Dziuryk
Simple ftp upload and download for Fastlane
Provided actions
| Name | Category | Description |
|---|---|---|
| ftps | - | 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 | 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 | 57 | 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 | 79 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
screenshotbot
via Apadmi Limited
Fastlane plugin to install the Screenshotbot recorder tool and upload your screenshots
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 171 | 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 | 34 | 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 | 45 | The more tests a plugin has, the better |
android_update_package_identifier
via Jonathan Nogueira
Changes the applicationId inside of your build.gradle file
Provided actions
| Name | Category | Description |
|---|---|---|
| android_update_package_identifier | - | Changes the applicationId inside of your build.gradle file. Does not change the AndroidManifest |
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 | 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 |
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 | 41 | 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 | 30 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
download_object_from_s3
via aomathwift
Download objects from AWS S3
Provided actions
| Name | Category | Description |
|---|---|---|
| download_object_from_s3 | - | Download objects from AWS S3 |
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 | 33 | 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 | 106 | More downloads = more users have been using the plugin for a while |
| tests | 15 | 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 | 34 | 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 | 42 | 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 | 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 | 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 | 69 | 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 | 40 | 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 |
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 | 55 | 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 | 44 | More downloads = more users have been using the plugin for a while |
| tests | 6 | The more tests a plugin has, the better |
json_auth
via Martin Gonzalez, Thang Nguyen
actions related to json files
Provided actions
| Name | Category | Description |
|---|---|---|
| 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 |
| write_json | - | Write a json file from a hash at the provided path |
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 | 32 | 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 | 51 | The more tests a plugin has, the better |
rearchive
via naoigcat
Modify files inside ipa/xcarchive for publishing multiple configurations without rearchiving.
Provided actions
| Name | Category | Description |
|---|---|---|
| plist_command | - | Execute commands for .plists inside .ipa/.xcarchive |
| replace_file | - | Replace files inside .ipa/.xcarchive |
| remove_file | - | Remove files inside .ipa/.xcarchive |
| plist_value | - | Overwrite values of .plists inside .ipa/.xcarchive |
| iconset | - | Replace icons inside .ipa/.xcarchive |
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 | 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 | 78 | 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 | 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 | 97 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
diawireborn
via iMokhles
Upload .ipa or .apk file to diawi.com
Provided actions
| Name | Category | Description |
|---|---|---|
| diawireborn | - | 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 | 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 | 75 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 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 | 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 | 69 | More downloads = more users have been using the plugin for a while |
| tests | 21 | 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 | 37 | 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 | 9 | The more tests a plugin has, the better |
firebase_management_api
via Abdelrahman Eldesoky
Unofficial tool to access Firebase project settings
Provided actions
| Name | Category | Description |
|---|---|---|
| firebase_management_api_add_app | - | Add new app to Firebase project |
| firebase_management_api_upload_sha | - | Add sha to to Firebase android app |
| firebase_management_api_download_config | - | Download configuration file for Firebase app |
| firebase_management_api_list | - | List all Firebase projects and their apps |
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 | 50 | How well is the README of the document written |
| age | 52 | 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 |
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 | 50 | 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 | 65 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 52 | 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 | 57 | More downloads = more users have been using the plugin for a while |
| tests | 15 | The more tests a plugin has, the better |
automated_test_emulator_run_beemo
via Kai Eßmann
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. This fork of https://github.com/AzimoLabs/fastlane-plugin-automated-test-emulator-run fixes now deprecated android specifications.
Provided actions
| Name | Category | Description |
|---|---|---|
| automated_test_emulator_run_beemo | - | 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 | 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 | 56 | 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 | 34 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 52 | 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 | 12 | 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 | 33 | 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 |
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 | 52 | 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 | 78 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
nowsecure
via Andy Obusek, Onyx Mueller
Fastlane plugin for NowSecure
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 | 170 | 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)
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 | 52 | 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 | 27 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
flutter_versioncode_bump
via Sjors van Mierlo
Bump the flutter version code
Provided actions
| Name | Category | Description |
|---|---|---|
| flutter_versioncode_bump | - | A plugin to bump the flutter version code with fastlane. |
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 | 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 | 35 | More downloads = more users have been using the plugin for a while |
| tests | 21 | 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 | 54 | 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 | 77 | 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 | 53 | 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 | 36 | More downloads = more users have been using the plugin for a while |
| tests | 6 | The more tests a plugin has, the better |
git_clone
via xiongzenghui
a wrapper for git clone command
Provided actions
| Name | Category | Description |
|---|---|---|
| git_clone | source_control | this is a wrapper for git clone command |
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 | 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 | 38 | 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 | 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 | 47 | 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 | 6 | The more tests a plugin has, the better |
dotenv_vault
via mileszim, motdotla
Decrypt .env.vault 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 | 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 | 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 | 7 | More downloads = more users have been using the plugin for a while |
| tests | 80 | The more tests a plugin has, the better |
sonarcloud_metric_kit
via alteral
With this fastlane plugin, you can access most of the metrics collected by SonarCloud
Provided actions
| Name | Category | Description |
|---|---|---|
| sonarcloud_metric_kit | - | Collects metrics from SonarCloud |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
| subscribers | 63 | 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 | -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 | 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 | 75 | More downloads = more users have been using the plugin for a while |
| tests | 24 | 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 | 43 | 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 |
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 | 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 | 35 | More downloads = more users have been using the plugin for a while |
| tests | 42 | The more tests a plugin has, the better |
tinifyme
via Danilo Becke
Compress assets using TinyPNG.
Provided actions
| Name | Category | Description |
|---|---|---|
| tinifyme | - | Compress assets using TinyPNG. |
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 | 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 | 11 | More downloads = more users have been using the plugin for a while |
| tests | 45 | The more tests a plugin has, the better |
emoji_fetcher
via Felix Krause
Fetch the emoji font file and copy it to a local directory
Provided actions
| Name | Category | Description |
|---|---|---|
| emoji_fetcher | - | Fetch the emoji font file and copy it into a local directory |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 60 | 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 | 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 | 57 | 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 |
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 | 41 | 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 | 78 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
android_versioning_plus
via Egor Dmitriev
Allows to set/get app version name and version code directly to/from build.gradle
Provided actions
| Name | Category | Description |
|---|---|---|
| get_value_from_build | - | - |
| get_version_code | - | Get the version code of your project |
| get_version_name | - | Get the version name of your project |
| increment_version_code | - | Increment the version code of your project |
| increment_version_name | - | Increment the version name of your project |
| set_value_in_build | - | Set the value 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 | 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 | 53 | 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 | 66 | 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 | 37 | 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 | 39 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 57 | 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 |
firebase_test_lab_integration
via Cristian Boarna
Run Android/iOS integration tests on Firebase Test Lab
Provided actions
| Name | Category | Description |
|---|---|---|
| firebase_test_lab_android | - | FirebaseTestLabIntegration |
| firebase_test_lab_ios | - | FirebaseTestLabIntegration |
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 | 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 |
fivethree_ionic
via Marc Stammerjohann
Fastlane plugin for Ionic v4 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 | 158 | 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)
translate
via Tijs Teulings
A fastlane plugin to automatically translate iOS Localizable.xcstrings files and App Store metadata files using DeepL API. Supports progress tracking, formality options, error recovery, auto-detection of target languages, and more.
Provided actions
| Name | Category | Description |
|---|---|---|
| translate_metadata_with_deepl | - | - |
| translate_with_deepl | - | - |
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 | 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 | 5 | More downloads = more users have been using the plugin for a while |
| tests | 80 | The more tests a plugin has, the better |
appcenter_get_version
via Markus Kramm
get the latest build version from the app center
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 | 156 | 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 | 32 | 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 |
bitbucket_cloud
via Luca Tagliabue
Wrapper of Bitbucket cloud rest apis
Provided actions
| Name | Category | Description |
|---|---|---|
| bitbucket_create_pull_request | - | Create a new pull request inside your Bitbucket project |
| bitbucket_list_default_reviewers | - | List of all defaults reviewers of pull requests |
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 | 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 | 11 | More downloads = more users have been using the plugin for a while |
| tests | 80 | 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 | 38 | 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 | 39 | The more tests a plugin has, the better |
shake_bugs
via Doruk Kangal
Upload deobfuscation files for Android and symbolication files for iOS to Shake
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 | 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 | 45 | 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 | 36 | 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 | 84 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
pgyer_jvtd
via 陈磊的MacBook Pro
蒲公英聚通达插件
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 | 153 | 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_app_for_simulator
via Alexey Alter-Pesotskiy
This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators.
Provided actions
| Name | Category | Description |
|---|---|---|
| build_app_for_simulator | building | This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. |
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 | 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 | 70 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
avd_emulator
via Guillaume Elloy
This plugin is listing available android avd emulators, allowing you to start the selected one.
Provided actions
| Name | Category | Description |
|---|---|---|
| start_avd_emulator | - | This plugin is listing available android avd emulators, allowing you to start the selected one. |
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 | 39 | 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 |
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 | 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 | 47 | 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 | 18 | 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 | 48 | 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 | 21 | The more tests a plugin has, the better |
altoolalt
via Anand Biligiri
Upload IPA to iTunes Connect using altool
Provided actions
| Name | Category | Description |
|---|---|---|
| altoolalt | - | 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 | 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 | 47 | 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 | 21 | 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 | 57 | 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 | 26 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
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 | 54 | 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 | 36 | 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 | 47 | 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 |
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 | 57 | 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 |
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 | 38 | 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 | 34 | More downloads = more users have been using the plugin for a while |
| tests | 45 | 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 | 49 | 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 |
xcresult_to_junit_fork
via Jack Hosking
A Fork of fastlane-plugin-xcresult_to_junit: 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 | 17 | 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 | 36 | 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 |
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 | 34 | 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 | 15 | 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 | 45 | 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 | 3 | The more tests a plugin has, the better |
find_replace_string_fork
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 | 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 | 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 | 53 | 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 | 35 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 46 | 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 | 9 | 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 | 52 | 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 | 48 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 53 | 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 | 30 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 43 | 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 | 46 | 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 | 32 | 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 | 39 | 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 | 46 | 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 |
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 | 50 | 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 | 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 | 49 | 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 | 21 | 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 | 38 | 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 | 44 | 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 | 53 | 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 | 0 | The more tests a plugin has, the better |
flutter_build
via viniciusmo
Build your flutter project directly from your lane.
Provided actions
| Name | Category | Description |
|---|---|---|
| flutter_build | - | Build our project directly from your lane. |
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 | 42 | 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 | 3 | The more tests a plugin has, the better |
xamarin
via Thomas Charriere
Build Xamarin Android + iOS projects
Provided actions
| Name | Category | Description |
|---|---|---|
| msbuild | - | Build Solutions with msbuild |
| nuget_restore | - | Nuget |
| xamarin_android | - | Build Xamarin Android + iOS projects |
| xamarin_ios | - | Build Xamarin Android + iOS projects |
| nuget_install | - | Nuget |
| clean | - | Clean artifacts |
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 | 43 | 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 | 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 | 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 | 57 | 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 | 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 | 33 | 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 | 38 | 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 | 0 | 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 | 49 | 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 | 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 | 48 | 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 | 32 | 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 | 35 | 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 | 18 | More downloads = more users have been using the plugin for a while |
| tests | 30 | 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 | 49 | 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 | 18 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 48 | 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 |
make
via xiongzenghui
Linux GNU Makefile make wrapper
Provided actions
| Name | Category | Description |
|---|---|---|
| make | building | Linux GNU Makefile make 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 | 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 | 38 | 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 | 71 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 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 | 36 | More downloads = more users have been using the plugin for a while |
| tests | 21 | The more tests a plugin has, the better |
logme
via Luís Esteves
Provides a simple way to get logs from two delta commits
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 | 139 | 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)
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 | 56 | 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 | 41 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
goodify_info_plist
via Lyndsey Ferguson
This plugin will update the plist so that the built application can be deployed and managed within BlackBerry's Good Dynamics Control Center for Enterprise Mobility Management.
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 120 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
cordova_android11
via Fer Cervantes
Cordova plugin for Fastlane with support for cordova-android-11
Provided actions
| Name | Category | Description |
|---|---|---|
| cordova | building | Build your Cordova app |
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 | 54 | 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 | 0 | 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 | 57 | 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 | 0 | 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 | 53 | 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 |
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 | 55 | 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 | 45 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 52 | 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 |
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 | 42 | 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 | 9 | The more tests a plugin has, the better |
flutter_bump_version
via Mohammed chahboun
Manages Flutter project version
Provided actions
| Name | Category | Description |
|---|---|---|
| flutter_bump_version | - | Fastlane plugin for upgrade flutter projects version by any part (major,minor or patch) |
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 | 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 | 24 | More downloads = more users have been using the plugin for a while |
| tests | 30 | 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 | 38 | 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 | 44 | More downloads = more users have been using the plugin for a while |
| tests | 15 | The more tests a plugin has, the better |
rooster
via Muhammad M. Munir
Send gitlab merge requests reminder to slack
Provided actions
| Name | Category | Description |
|---|---|---|
| rooster_merge_request | - | Send gitlab merge requests reminder to slack. |
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 | 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 |
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 | 44 | 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 |
circle_ci
via Manish Rathi
A fastlane plugin for Circle CI. 🚀
Provided actions
| Name | Category | Description |
|---|---|---|
| circleci_create_pipeline_schedule | ci | Creates a new pipeline schedule for a CircleCI project using API v2 |
| circleci_update_pipeline_schedule | ci | Updates a pipeline schedule in CircleCI using API v2 |
| circleci_update_trigger | ci | Updates a trigger in CircleCI using API v2 |
| circleci_add_context_env_var | ci | Adds an environment variable to a CircleCI context using API v2 |
| circleci_set_env_var | ci | Sets an environment variable for a CircleCI project using API v2 |
| download_circle_ci_artifact | - | Download the CircleCI artifact file. |
| circleci_get_my_pipelines | ci | Gets recent pipelines for the current user from CircleCI using API v2 |
| circleci_get_workflow_jobs | ci | Gets jobs for a CircleCI workflow using API v2 |
| circleci_download_workflow_artifacts | ci | Downloads artifacts from a specific CircleCI workflow |
| circleci_get_pipeline_config | ci | Gets the configuration for a CircleCI pipeline using API v2 |
| circleci_get_workflow_test_metrics | ci | Gets test metrics for a project workflow using Insights API v2 |
| circleci_get_pipeline_values | ci | Gets values (parameters, configurations) for a CircleCI pipeline using API v2 |
| circleci_delete_trigger | ci | Deletes a trigger from CircleCI using API v2 |
| circleci_download_artifact | ci | Downloads an artifact from CircleCI |
| circleci_trigger_pipeline | ci | Triggers a CircleCI pipeline using API v2 |
| circleci_get_job_tests | ci | Gets test metadata for a CircleCI job using API v2 |
| circleci_get_project_config | ci | Gets the configuration for a CircleCI project using API v2 |
| circleci_create_project | ci | Creates a new CircleCI project using API v2 |
| circleci_get_env_vars | ci | Gets environment variables for a CircleCI project using API v2 |
| circleci_get_flaky_tests | ci | Gets flaky tests information for a CircleCI project using API v2 |
| circleci_rerun_workflow | ci | Reruns a workflow in CircleCI using API v2 |
| circleci_list_projects | ci | Lists all CircleCI projects for the current user or organization using API v2 |
| circleci_get_workflow_runs | - | Gets recent runs of a workflow using Insights API v2 |
| circleci_get_workflow_job_metrics | ci | Gets summary metrics for a project workflow's jobs using Insights API v2 |
| circleci_get_job_timeseries | - | Gets timeseries data for all jobs within a workflow using Insights API v2 |
| circleci_list_webhooks | ci | Lists webhooks for a CircleCI project or organization using API v2 |
| circleci_list_contexts | ci | Lists CircleCI contexts using API v2 |
| circleci_cancel_workflow | ci | Cancels a running workflow in CircleCI using API v2 |
| circleci_get_checkout_key | ci | Gets a specific checkout key for a CircleCI project using API v2 |
| circleci_get_pipeline_definition | ci | Gets a specific pipeline definition using CircleCI API v2 |
| circleci_delete_pipeline_schedule | ci | Deletes a pipeline schedule for a CircleCI project using API v2 |
| circleci_get_checkout_keys | ci | Gets all checkout keys for a CircleCI project using API v2 |
| circleci_get_workflow_insights | - | - |
| circleci_create_checkout_key | ci | Creates a new checkout key for a CircleCI project using API v2 |
| circleci_delete_checkout_key | ci | Deletes a checkout key from a CircleCI project using API v2 |
| circleci_get_job_artifacts | ci | Gets artifacts for a CircleCI job using API v2 |
| circleci_get_workflow | ci | Gets information about a CircleCI workflow using API v2 |
| circleci_get_user_info | ci | Gets information about the authenticated CircleCI user using API v2 |
| circleci_get_pipeline_definitions | ci | Gets pipeline definitions for a CircleCI project using API v2 |
| circleci_approve_job | ci | Approves a pending approval job in a CircleCI workflow using API v2 |
| circleci_get_trigger | ci | Gets information about a specific trigger using CircleCI API v2 |
| circleci_get_org_summary | ci | Gets summary metrics with trends for an entire organization using Insights API v2 |
| circleci_get_job_details | ci | Gets detailed information about a CircleCI job using API v2 |
| circleci_create_pipeline_definition | ci | Creates a pipeline definition for a CircleCI project using API v2 |
| circleci_create_pipeline_definition_trigger | ci | Creates a trigger for a pipeline definition using CircleCI API v2 |
| circleci_wait_for_pipeline | ci | Waits for a CircleCI pipeline to complete using API v2 |
| circleci_list_pipeline_schedules | ci | Lists pipeline schedules for a CircleCI project using API v2 |
| circleci_get_pipeline_by_number | ci | Gets a specific pipeline by number from CircleCI using API v2 |
| trigger_circle_ci_job | - | Triggers a new CircleCI Job |
| circleci_cancel_job | ci | Cancels a running job in CircleCI using API v2 |
| circleci_delete_pipeline_definition | ci | Deletes a pipeline definition from CircleCI using API v2 |
| circleci_get_context_env_vars | ci | Gets environment variables for a CircleCI context using API v2 |
| circleci_get_pipeline_workflows | ci | Gets workflows for a CircleCI pipeline using API v2 |
| circleci_list_pipeline_definition_triggers | ci | Gets all triggers for a pipeline definition using CircleCI API v2 |
| circleci_list_all_pipelines | ci | Gets a list of all pipelines across projects using CircleCI API v2 |
| circleci_get_workflow_summary | ci | Gets metrics and trends for a workflow using Insights API v2 |
| get_circle_ci_build_status | - | CircleCI build status |
| circleci_get_pipeline | ci | Gets information about a CircleCI pipeline using API v2 |
| circleci_get_project_branches | ci | Gets all branches for a CircleCI project using Insights API v2 |
| get_circle_ci_artifacts | - | List the CircleCI artifacts. |
| circleci_get_project_workflow_metrics | ci | Gets summary metrics for a project's workflows using Insights API v2 |
| circleci_add_project_collaborator | - | - |
| circleci_delete_env_var | ci | Deletes an environment variable for a CircleCI project using API v2 |
| circleci_update_pipeline_definition | ci | Updates a pipeline definition in CircleCI using API v2 |
| circleci_continue_pipeline | ci | Continues a pipeline from the setup phase using CircleCI API v2 |
| circleci_delete_webhook | ci | Deletes a webhook from CircleCI using API v2 |
| circleci_create_webhook | ci | Creates a new webhook for a CircleCI project or organization using API v2 |
| circleci_delete_context_env_var | ci | Deletes an environment variable from a CircleCI context using API v2 |
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 | 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 | 23 | More downloads = more users have been using the plugin for a while |
| tests | 21 | 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 | 52 | 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 |
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 | 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 | 33 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
schindler
via xjkstar
Remove TestFlight testers that are not actually testing your app. Schindler is a TestFlight automatic processing tool, which is used to maintain the number of TestFlight quota, eliminate useless testers, and improve the external gray effect of iOS.
Provided actions
| Name | Category | Description |
|---|---|---|
| schindler | - | Schindler is a TestFlight tool for release useless quota. |
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 | 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 | 19 | 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 |
managed_google_play
via Jan Piotrowski
Create Managed Google Play Apps
Provided actions
| Name | Category | Description |
|---|---|---|
| get_managed_play_store_publishing_rights | - | Obtain publishing rights for custom apps on Managed Google Play Store |
| managed_google_play | - | Create Managed Google Play Apps |
| create_app_on_managed_play_store | - | Create Managed Google Play Apps |
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 | 44 | 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 | 53 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 43 | 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 | 9 | More downloads = more users have been using the plugin for a while |
| tests | 9 | 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 | 52 | 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 | 3 | The more tests a plugin has, the better |
allure_zephyr
via Nikita Ianenko
Publish Allure results to Zephyr
Provided actions
| Name | Category | Description |
|---|---|---|
| allure_zephyr | - | Publish Allure results to Zephyr |
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 | 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 | 37 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
discord
via Matheus Gambati
Discord integration with Fastlane
Provided actions
| Name | Category | Description |
|---|---|---|
| discord | - | Discord integration with 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 | 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 | 41 | 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 | 51 | More downloads = more users have been using the plugin for a while |
| tests | 6 | The more tests a plugin has, the better |
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 | 47 | 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 | 42 | 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 | 34 | 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 | 28 | 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 | 36 | 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 | 27 | 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 | 44 | 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 | 18 | 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 | 51 | 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 | 32 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
poeditor
via Kostia Myts
Upload strings to POEditor
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_strings_to_poeditor | - | Upload strings to POEditor |
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 | 25 | How well is the README of the document written |
| age | 49 | 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 | 45 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
checkbuild
via Johannes Steudle
This plugin will check any binary library for unwanted symbols and architectures
Provided actions
| Name | Category | Description |
|---|---|---|
| checkbuild | - | This plugin will check any binary library for unwanted symbols and architectures. |
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 | 41 | 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 | 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 | 50 | 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 |
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 | 58 | 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 |
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 | 46 | 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 | 3 | The more tests a plugin has, the better |
ionic_conf
via Zac Burrage
Build your Ionic app
Provided actions
| Name | Category | Description |
|---|---|---|
| ionic | building | Build your Ionic app |
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 | 54 | 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 | 18 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
apptics
via Jaikarthick R
Fastlane plugin for Apptics to handle store relates operations
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_dsym_to_apptics | - | You can use this action to do cool things... |
| apptics | - | Fastlane plugin for Apptics to handle store relates operations |
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 | 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 | 18 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
post_google_chat
via “tumlw”
Post google chat webhook
Provided actions
| Name | Category | Description |
|---|---|---|
| post_google_chat | - | Send message to google chat |
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 | 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 | 33 | 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 | 49 | 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 | 34 | 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 | 33 | 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 |
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 | 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 | 3 | The more tests a plugin has, the better |
ios_flavors
via Zachary Davison
Create multiple build flavors of an iOS .ipa file using a directory of .plist files.
Provided actions
| Name | Category | Description |
|---|---|---|
| create_ipa_flavors | - | Create multiple build flavors of an iOS .ipa file using a directory of .plist files |
| create_sim_flavors | - | Create multiple build flavors of an iOS .app (for the simulator) using a directory of .plist 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 | 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 | 35 | 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 | 45 | 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 | 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 | 40 | 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 | 24 | 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 | 43 | 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 | 24 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 49 | 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 |
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 | 56 | 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 | 3 | The more tests a plugin has, the better |
xcodetestcoverage
via Yury Savitsky
plugin for getting test data from Xcode
Provided actions
| Name | Category | Description |
|---|---|---|
| xcodetestcoverage | - | plugin for getting coverage test data from Xcode |
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 | 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 | 3 | The more tests a plugin has, the better |
gitlab_tag_release
via Erick Martins
Simple plugin to manage gitlab releases
Provided actions
| Name | Category | Description |
|---|---|---|
| gitlab_get_release | - | - |
| gitlab_create_release | - | - |
| gitlab_collect_release_evidence | - | - |
| gitlab_list_releases | - | - |
| gitlab_delete_tag | - | - |
| gitlab_update_release | - | - |
| gitlab_delete_release | - | - |
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 | 33 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
validate_ipa
via hacoma
Validate the IPA using altool.
Provided actions
| Name | Category | Description |
|---|---|---|
| validate_ipa | - | Validate the IPA using altool. |
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 | 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 | 0 | 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 | 18 | 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 | 71 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 39 | 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 | 21 | More downloads = more users have been using the plugin for a while |
| tests | 33 | The more tests a plugin has, the better |
linear_api
via Vinícius
Provide an interface to access the Linear API
Provided actions
| Name | Category | Description |
|---|---|---|
| linear_api | - | Provide an interface to access the Linear API |
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 | 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 | 32 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
report
via Bruno Miguêns
After an action, like scan for instance, you're able to generate a report file. This fastlane plugin gives you a way to upload and share your report using Slack.
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 101 | More downloads = more users have been using the plugin for a while |
| tests | 0 | 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 | 46 | 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 | 44 | 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 | 46 | 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 |
xcode_build_configuration
via dileepasisila
plugin for doing xcode build configuration specific things
Provided actions
| Name | Category | Description |
|---|---|---|
| get_build_number_by_scheme_and_build_configuration | - | Get the build number using scheme and build configuration |
| get_marketing_version_by_scheme_and_build_configuration | - | Get the marketing version using scheme and build configuration |
| set_app_version_by_scheme_and_build_configuration | - | Set the app version with using marketing version and build number input for relevant scheme and build configuration |
| set_build_number_by_scheme_and_build_configuration | - | Set the build number using scheme and build configuration |
| set_marketing_version_by_scheme_and_build_configuration | - | Set the marketing version using scheme and build configuration |
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 | 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 | 8 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
upload_dsym
via xiongzenghui
upload dsym to your specify server
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_dsym | - | upload dsym to your specify server |
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 | 38 | 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 | 51 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 40 | 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 | 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 | 38 | 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 | 3 | The more tests a plugin has, the better |
download_hocky_build
via Anton Morozov
Download newest build from HockeyApp (iOS & Android)
Provided actions
| Name | Category | Description |
|---|---|---|
| download_hocky_build | - | Download newest build from HockeyApp (iOS & 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 | 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 | 40 | 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 | 3 | The more tests a plugin has, the better |
xamarin_native
via illania
Plugin for Xamarin.Native iOS and Android projects
Provided actions
| Name | Category | Description |
|---|---|---|
| dotnet | - | Build Xamarin.Native iOS and Android projects using msbuild |
| bump_version | - | Increments project version |
| nuget | - | Downloads and installs any packages missing from the packages folder |
| msbuild | - | Build Xamarin.Native iOS and Android projects using msbuild |
| bump_code | - | Increments project build number |
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 | 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 | 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 | 6 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
redpill
via omniprojects
Fastlane plugin to use bluepill in fastlane
Provided actions
| Name | Category | Description |
|---|---|---|
| redpill | - | 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 | 3 | 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 | -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 | 48 | 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 | 66 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
sns_http_subscribe
via mnk98
Subscribe to sns topic using http/https endpoint
Provided actions
| Name | Category | Description |
|---|---|---|
| sns_http_subscribe | - | - |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 12 | 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 | 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 | 39 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
danger_result
via marumemomo
Get danger data plugin.
Provided actions
| Name | Category | Description |
|---|---|---|
| danger_result | - | Get danger data plugin. |
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 | 45 | 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 | 42 | 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 | 47 | 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 |
google_chat_message
via Douglas Garcia
Send simple text messages to Google Chat
Provided actions
| Name | Category | Description |
|---|---|---|
| google_chat_message | - | Send simple text messages to Google Chat |
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 | 34 | 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 |
sapfire
via CheeryLee
A bunch of fastlane actions to work with MSBuild, NuGet and Microsoft Store
Provided actions
| Name | Category | Description |
|---|---|---|
| ms_credentials | misc | Sets Azure AD account credentials |
| upload_nuget | production | Pushes a package to the server and publishes it |
| ensure_dotnet_version | building | Ensures the right version of .NET is installed and can be used |
| associate_ms_store | project | Makes a local app manifest needed for Microsoft Store association |
| update_uwp_signing_settings | code_signing | Configures UWP package signing settings. Works only on 'windows' platform. Values that would be set in this action will be applied to all next actions. |
| upload_package_flight | - | Creates a new package flight submission in Microsoft Partner Center and uploads new binary to it |
| upload_ms_store | - | Uploads new binary to Microsoft Partner Center |
| dotnet_select | building | Changes the dotnet executable to use |
| msbuild_select | - | - |
| app_certification | testing | Runs Windows App Certification Kit to ensure your app is safe and efficient before publishing it to Microsoft Store |
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 | 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 | 11 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
simulator_add_root_cert
via Nico Richard
Add a root cert to your simulators with Fastlane
Provided actions
| Name | Category | Description |
|---|---|---|
| simulator_add_root_cert | - | Easily add a root cert to your simulators with 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 | 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 | 25 | More downloads = more users have been using the plugin for a while |
| tests | 6 | 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 | 35 | 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 | 6 | 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 | 39 | 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 | 0 | 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 | 48 | 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 |
git_status_clean
via zhangqi
clean git status
Provided actions
| Name | Category | Description |
|---|---|---|
| git_status_clean | - | clean git status |
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 | 50 | 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 |
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 | 43 | 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 | 3 | The more tests a plugin has, the better |
us_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 | 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 | 54 | 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 | 0 | The more tests a plugin has, the better |
dependency_manager_outdated
via matsuda
Fastlane plugin to check project's outdated dependencies
Provided actions
| Name | Category | Description |
|---|---|---|
| cocoapods_outdated | - | Check outdated CocoaPods dependencies |
| dependency_manager_outdated | - | Fastlane plugin to check project's outdated dependencies |
| carthage_outdated | - | Check outdated Carthage dependencies |
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 | 40 | 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 | 37 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
publish_dropbox
via Tommyvanvliet
This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API.
Provided actions
| Name | Category | Description |
|---|---|---|
| publish_dropbox | - | This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API. |
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 | 43 | 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 | 37 | 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 | 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 | 14 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
secrets
via Cyril Cermak, Jörg Nestele
Securely store secrets in source code.
Provided actions
| Name | Category | Description |
|---|---|---|
| decrypt_secrets | - | Securely store secrets in source code |
| encrypt_secrets | - | Securely store secrets in source code |
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 | 37 | 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 | 42 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
change_domain
via Anandu
Change the package name in android project
Provided actions
| Name | Category | Description |
|---|---|---|
| change_domain | - | 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 | 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 | 54 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
xambuild
via Jake Barnby
Fastlane plugin to make Xamarin builds easy
Provided actions
| Name | Category | Description |
|---|---|---|
| xambuild | - | Easily build and sign your Xamarin iOS or Android app using `xambuild` |
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 | 26 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
version_from_last_tag
via Jeff Stein
Perform a regex on last (latest) git tag and perform a regex to extract a version number such as Release 1.2.3
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 | 108 | 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)
zeeva_telegram
via Yazan Tarifi
Telegram Bot Plugin to Send Build Messages for Android, IOS
Provided actions
| Name | Category | Description |
|---|---|---|
| zeeva_discord | - | Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane |
| zeeva_telegram | - | Telegram Bot Plugin to Send Build Messages for Android, IOS |
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 | 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 | 0 | 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 | 43 | 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 |
copy_screenshots
via yosshi4486
Copy screenshots with a specified device name.
Provided actions
| Name | Category | Description |
|---|---|---|
| copy_screenshots | screenshots | Copy screenshots with a specified device name. This action should be executed after `capture_ios_screenshots` action. |
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 | 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 | 18 | More downloads = more users have been using the plugin for a while |
| tests | 6 | The more tests a plugin has, the better |
maintenance
via Jimmy Dee
Maintenance actions for plugin repos.
Provided actions
| Name | Category | Description |
|---|---|---|
| rake | - | General-purpose rake action to invoke tasks from a Rakefile or elsewhere. |
| update_rubocop | - | Automatically updates RuboCop to the latest version. |
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 | 48 | 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 | 3 | The more tests a plugin has, the better |
gitlab_get_max_version_branch
via xiongzenghui
get a max version branch from a gitlab project, like: master_5.11.9
Provided actions
| Name | Category | Description |
|---|---|---|
| gitlab_get_max_version_branch | - | get a max version branch from a gitlab project, like: master_5.11.9 |
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 | 37 | 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 | 36 | More downloads = more users have been using the plugin for a while |
| tests | 6 | The more tests a plugin has, the better |
xcmonkey
via Alexey Alter-Pesotskiy
xcmonkey is a tool for doing randomised UI testing of iOS apps
Provided actions
| Name | Category | Description |
|---|---|---|
| xcmonkey | - | xcmonkey is a tool for doing randomised UI testing of iOS apps |
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 | 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 |
buildstash
via Buildstash
Fastlane plugin to upload built apps to Buildstash - store, organize, and distribute your builds.
Provided actions
| Name | Category | Description |
|---|---|---|
| buildstash_upload | - | Upload build artifacts to Buildstash |
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 | 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 | 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 | 6 | More downloads = more users have been using the plugin for a while |
| tests | 6 | The more tests a plugin has, the better |
dropbox_upload
via jason
upload files to dropbox
Provided actions
| Name | Category | Description |
|---|---|---|
| dropbox_upload | - | upload files to dropbox |
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 | 36 | 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 | 40 | More downloads = more users have been using the plugin for a while |
| tests | 3 | 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 | 45 | 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 |
apperian
via Tomi Blank
Allows to upload your IPA file to Apperian
Provided actions
| Name | Category | Description |
|---|---|---|
| apperian | - | Allows to upload your app file to Apperian |
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 | 55 | 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 |
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 | 39 | 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 | 3 | 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 | 42 | 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 |
import_from_url
via Doruk Kangal
Import another Fastfile from given url to use its lanes
Provided actions
| Name | Category | Description |
|---|---|---|
| import_from_url | - | Import another Fastfile from given url to use its lanes |
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 | 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 | 28 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
depman
via Andrey Shapovalov
Invokes depman-scanner to programmatically run Depman analysis
Provided actions
| Name | Category | Description |
|---|---|---|
| depman | testing | Arcsinus Dependency manager |
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 | 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 | 23 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
sequenia_gitflow
via Semen Kologrivov
Script for communicating with sequenia's git repos
Provided actions
| Name | Category | Description |
|---|---|---|
| fetch_merged_tasks | - | Fetch merged into current branch feature tasks after last release tag |
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 | 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 | 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 | 31 | 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 | 41 | 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 |
xamversion
via Jake Barnby
Read and manipulate Android and iOS app versions.
Provided actions
| Name | Category | Description |
|---|---|---|
| xamversion | - | Read and manipulate Android and iOS app 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 | 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 | 20 | 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 | 41 | 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 |
fetch_version_code
via CoorpAcademy
Fetch (and increment) version code for given platform
Provided actions
| Name | Category | Description |
|---|---|---|
| fetch_version_code | - | Fetch (and increment) version code for given platform |
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 | -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 | 40 | 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 | 51 | The more tests a plugin has, the better |
svn_commit
via cleexiang
svn plugin with fastlane
Provided actions
| Name | Category | Description |
|---|---|---|
| svn_commit | - | Commit to svn repos with 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 | 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 | 50 | 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 |
nexus_raw_upload
via Thang Nguyen
Actions related to Nexus blob upload
Provided actions
| Name | Category | Description |
|---|---|---|
| raw_upload | - | Upload a raw asset to [Sonatype Nexus platform](https://www.sonatype.com) |
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 | 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 | 7 | More downloads = more users have been using the plugin for a while |
| tests | 15 | The more tests a plugin has, the better |
codepush-fix
via Chin Trinh
Fastlane plugin for App Center CodePush actions 🚀
Provided actions
| Name | Category | Description |
|---|---|---|
| codepush_add_deployment | - | CodePush add deployment action |
| codepush_exists_deployment | - | CodePush check if deployment exists |
| codepush_get_deployment_key | - | CodePush get deployment key given deployment name |
| codepush_list_deployment | - | CodePush list deployment action |
| codepush_login | - | CodePush login action |
| codepush_logout | - | CodePush logout action |
| codepush_promote | - | CodePush promote action |
| codepush_release_react | - | CodePush release-react action |
| codepush_remove_deployment | - | CodePush remove deployment action |
| codepush_rename_deployment | - | CodePush rename deployment 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 | 50 | How well is the README of the document written |
| age | 34 | 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 | 18 | The more tests a plugin has, the better |
telegramTopic
via hendyevan
Allows post messages to telegram channel and topics (updated from existing plugins)
Provided actions
| Name | Category | Description |
|---|---|---|
| telegram | - | Allows post messages to telegram channel |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 24 | 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 | 50 | 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 | 1 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
wexlane
via Chris River
Common tools for CI
Provided actions
| Name | Category | Description |
|---|---|---|
| android_get_version | - | Common tools for CI |
| ios_get_version | - | Common tools for CI |
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 | 37 | 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 |
ding_talk_msg_push
via asynclog
dingTalk robot msg push tool
Provided actions
| Name | Category | Description |
|---|---|---|
| ding_talk_msg_push | - | dingTalk robot msg push tool |
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 | 45 | 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 |
release_version
via Leon Keijzer
This plugin makes it possible to release an already approved version in AppStore Connect
Provided actions
| Name | Category | Description |
|---|---|---|
| reject_version | - | This action makes it possible to reject a binary in AppStore Connect |
| release_version | - | This plugin makes it possible to release an already approved version in AppStore 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 | 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 | 43 | 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 |
aws_sns_topic
via Levi Bostian
Fastlane plugin to public message to SNS topic.
Provided actions
| Name | Category | Description |
|---|---|---|
| aws_sns_topic | - | Public a message to a AWS SNS topic. |
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 | 36 | 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 | 10 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
creator
via David Ackerman
Mobile build framework for rust-lang
Provided actions
| Name | Category | Description |
|---|---|---|
| creator_build_android | - | Builds apk file from rust project |
| creator_build_ios | - | Builds ipa file from rust 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 | 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 | 17 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
find_replace_regex
via Jonathan Ritchie
Find a string in a file and replace it with a new one.
Provided actions
| Name | Category | Description |
|---|---|---|
| find_replace_regex | - | Find and replace a string in a project 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 | 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 | 53 | 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 |
git_authors
via Viktor Rutberg
List authors of a Git repository
Provided actions
| Name | Category | Description |
|---|---|---|
| git_authors | - | List all authors of a Git 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 | 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 | 48 | 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 |
google_chat_v2
via “mao-karrostech”
google chat v2
Provided actions
| Name | Category | Description |
|---|---|---|
| google_chat_v2 | - | Send message to google chat v2 |
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 | 39 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
fileio_upload
via Paul Bancarel
This plugin enables to upload a file to file.io
Provided actions
| Name | Category | Description |
|---|---|---|
| fileio_upload | - | Upload file to file.io and share the link with anyone! |
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 | 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 | 22 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
jira_set_feature_build
via Tommy Sadiq Hinrichsen
Tags passed in Jira issue with a feature build url from parameter :url
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 52 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
simplemdm
via Shannon Hicks
Fastlane plugin for uploading iOS builds to SimpleMDM
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_to_simplemdm | - | Upload IPA to Simple MDM |
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 | 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 | 9 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
testin
via rudy.li
testin
Provided actions
| Name | Category | Description |
|---|---|---|
| testin | - | testin |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 39 | 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 | 6 | The more tests a plugin has, the better |
discord_webhook_notifier
via Samuel B Bispo
Notify a Discord channel easily when a build breaks
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 82 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
postmark
via Levi Bostian
Fastlane plugin to public message to SNS topic.
Provided actions
| Name | Category | Description |
|---|---|---|
| postmark | - | Send emails via Postmark 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 | 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 | 34 | 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 |
git_pull_branch
via Bhuvanesh BS
pull code from different branch
Provided actions
| Name | Category | Description |
|---|---|---|
| git_pull_branch | - | pull code from different branch |
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 | 44 | 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 | 24 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
native_symbols
via Nuno Pinge
Zip native symbols and get the retrace mapping file from within Fastlane.
Provided actions
| Name | Category | Description |
|---|---|---|
| native_symbols | - | Native debug symbols for Play Store |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
| tests | 48 | The more tests a plugin has, the better |
xcode_tools_select
via Vincent HO-SUNE
Sets the DEVELOPER_DIR environment, used by fastlane to run Xcode command line tools, to a specific Xcode version found on the current system.
Provided actions
| Name | Category | Description |
|---|---|---|
| xcode_tools_select | building | Set the [version] of the default Xcode Command Line Tools path to use. |
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 | 36 | 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 |
qr_code
via Mathijs Bernson
Generates QR codes that you may use in the rest of your workflow.
Provided actions
| Name | Category | Description |
|---|---|---|
| qr_code | - | Generates QR codes that you may use in the rest of your workflow. |
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 | 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 |
unreleased_changelog
via Manish Rathi
A fastlane plugin to manage unreleased changelog using a YAML file. 🚀
Provided actions
| Name | Category | Description |
|---|---|---|
| get_unreleased_changelog | - | Get the unreleased changelog |
| add_unreleased_changelog | - | Add a new entry in unreleased changelog |
| delete_unreleased_changelog | - | Delete changelog entry from unreleased changelog |
| stamp_unreleased_changelog | - | Stamp unreleased changelog |
| ensure_unreleased_changelog | - | - |
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 | 33 | 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 |
schedule
via marumemomo
Run lane from current time
Provided actions
| Name | Category | Description |
|---|---|---|
| get_lane | - | Run lane from current time |
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 | 45 | 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 |
appstore_reviews
via Mirsad Arslanovic
Plugin to retrieve customer reviews for the app
Provided actions
| Name | Category | Description |
|---|---|---|
| appstore_reviews | - | Plugin to retrieve customer reviews for the 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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
git_add_tag
via xiongzenghui
git add tag wrapper
Provided actions
| Name | Category | Description |
|---|---|---|
| git_add_tag | source_control | git add tag 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 | 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 | 37 | 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 | 30 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
hello_test
via Gianfranco Manganiello
test
Provided actions
| Name | Category | Description |
|---|---|---|
| hello_test | - | test |
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 | 49 | 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 |
fetch_itc_versions
via Bennett Rogers
Returns a listing of all app versions and their latest builds from iTunes Connect.
Provided actions
| Name | Category | Description |
|---|---|---|
| fetch_itc_versions | - | Returns a listing of all app versions and their latest builds from iTunes Connect. |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 53 | 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 | 27 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
ensure_swift_version
via Shashikant86
This plugin ensure version of Swift language used for 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 | 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 | 97 | 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)
jira_ticket
via Dorian Cheignon
get ticket in jira board
Provided actions
| Name | Category | Description |
|---|---|---|
| jira_ticket | - | get ticket in jira board |
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 | 35 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
pgyer_v2
via nice2m
pgyer for v2 suppor
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 | 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 | 33 | 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 |
auto_version_name
via gileadeteixeira
Generate incremented version names from Apple and Google stores
Provided actions
| Name | Category | Description |
|---|---|---|
| auto_version_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 | 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 | 41 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
user_default_get
via zhangqi
get value like ios userDefault
Provided actions
| Name | Category | Description |
|---|---|---|
| user_default_get | - | get value like ios userDefault |
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 | 50 | 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 |
buggly
via zhuyunlong
上传Bugly
Provided actions
| Name | Category | Description |
|---|---|---|
| buggly | - | Upload the dSYM file to Buggly crash analyze system. |
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 | 53 | 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 | 3 | The more tests a plugin has, the better |
line_message
via Wasith Theerapattrathamrong
Use to send message to Line chat
Provided actions
| Name | Category | Description |
|---|---|---|
| line_message | notifications | Use to send message to Line chat |
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 | 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 | 40 | 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 | 20 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
user_default_set
via zhangqi
fastlane save user default like ios userDefault
Provided actions
| Name | Category | Description |
|---|---|---|
| user_default_set | - | fastlane save user default like ios userDefault |
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 | 50 | 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 |
generate_xliff
via Kostia Myts
Generates XLIFF file
Provided actions
| Name | Category | Description |
|---|---|---|
| generate_xliff | - | Generates XLIFF file |
| remove_xliff_artifacts | - | Generates XLIFF 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 | 25 | How well is the README of the document written |
| age | 49 | 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 | 6 | The more tests a plugin has, the better |
enumerated_translations
via Mads Bøgeskov
Converts a strings file to an enum, to make it more safe to access translations.
Provided actions
| Name | Category | Description |
|---|---|---|
| enumerated_translations | - | Converts a strings file to an enum, to make it more safe to access translations. |
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 | 48 | 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 |
create_dmg
via Vitalii Budnik
A plugin to build fancy DMGs.
Provided actions
| Name | Category | Description |
|---|---|---|
| update_dmg | - | Update files in template DMG |
| create_dmg | - | A Ruby wrapper over create-dmg. |
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 | 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 | 36 | More downloads = more users have been using the plugin for a while |
| tests | 6 | The more tests a plugin has, the better |
lock_keychain
via Alex Antonyuk
Plugin for locking unlocked keychain
Provided actions
| Name | Category | Description |
|---|---|---|
| lock_keychain | - | Plugin for locking unlocked keychain |
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 | 50 | 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 |
zeeva_discord
via Yazan Tarifi
Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane
Provided actions
| Name | Category | Description |
|---|---|---|
| zeeva_discord | - | Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane |
| zeeva_telegram | - | Telegram Bot Plugin to Send Build Messages for Android, IOS |
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 7 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
deploy_module_bintray
via Bruno Oliveira
Gradle action to deploy a Module from an Android project
Provided actions
| Name | Category | Description |
|---|---|---|
| deploy_module_bintray | - | Gradle actions to deploy a module from an 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 | 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 | 47 | 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 | 0 | The more tests a plugin has, the better |
zhuixi_build_app
via RedSevenMale
build ios app from different channel
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 46 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
get_last_circleci_build_number_bitbucket
via Dawid van der Hoven
fetches the last build number from circleci for a bitbucket project.
Provided actions
| Name | Category | Description |
|---|---|---|
| get_last_circleci_build_number_bitbucket | - | fetches the last build number from circleci. |
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 | 33 | 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 |
goyuyun
via vincentwu08
一键发布至买好云
Provided actions
| Name | Category | Description |
|---|---|---|
| goyuyun | - | 一键发布至买好云 |
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 | 37 | 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 |
bitrise_bcsymbolmaps
via Oleksandr Skrypnyk
Download BCSymbolMaps from Bitrise
Provided actions
| Name | Category | Description |
|---|---|---|
| bitrise_download_bcsymbolmaps | - | Downloads BCSymbolMaps from Bitrise before uploading them to a crash reporting tool. |
| bitrise_clean_bcsymbolmaps | - | Cleans up downloaded artifacts. |
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 | 33 | 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 |
work_wechat
via DevZhang
work wecaht webhook
Provided actions
| Name | Category | Description |
|---|---|---|
| work_wechat | - | work wecaht webhook |
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 | 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 | 24 | More downloads = more users have been using the plugin for a while |
| tests | 9 | The more tests a plugin has, the better |
aliyunoss
via yigua
upload package to aliyunoss
Provided actions
| Name | Category | Description |
|---|---|---|
| aliyunoss | - | - |
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 | 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 | 29 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
asana_task
via respecu
asana task plugin
Provided actions
| Name | Category | Description |
|---|---|---|
| asana_task | - | asana task 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 | 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 | 32 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
azuredevops_envvars
via Star Leasing Company
A Fastlane plugin that provides passthrough access to AzureDevOps environment variables
Provided actions
| Name | Category | Description |
|---|---|---|
| azuredevops_envvars | - | A Fastlane plugin that provides passthrough access to AzureDevOps environment variables |
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 | 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 | 26 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
increment_version_build_number
via Jems
Increment the version buld number of your android project with versionCode like versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild.
Provided actions
| Name | Category | Description |
|---|---|---|
| increment_version_build_number | - | Increment the version build number of your android project with version code like versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild. |
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 | 56 | 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 |
xcsize
via Alexey Alter-Pesotskiy
A fastlane plugin to profile iOS and macOS app and framework sizes from linkmap files, providing detailed breakdowns and insights.
Provided actions
| Name | Category | Description |
|---|---|---|
| xcsize | - | Profile iOS and macOS binary size using linkmap. |
| xcsize_diff | - | Compare two iOS and macOS binary sizes using linkmaps. |
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 | 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 | 3 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
slack_message
via Doruk Kangal
Send a message to your Slack group
Provided actions
| Name | Category | Description |
|---|---|---|
| slack_message | - | Send a message to your [Slack](https://slack.com) group |
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 | 15 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
gsheet_metadata
via Kevin Morais
Generate metadata from Google Spreadsheet
Provided actions
| Name | Category | Description |
|---|---|---|
| gsheet_metadata | - | Generate metadata from Google Spreadsheet |
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 | 43 | 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 |
speculid
via Leo Dion
Use speculid to easily manage graphics in Xcode projects
Provided actions
| Name | Category | Description |
|---|---|---|
| speculid | - | Use speculid to Easily Manage Graphics in Xcode 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 | 25 | How well is the README of the document written |
| age | 41 | 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 | 18 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
android_channels
via icyleaf
Package unsign apk with channels
Provided actions
| Name | Category | Description |
|---|---|---|
| android_channels | building | Package apk file with channels |
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 | 43 | 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 |
acknowledgements
via Simon Rice, Christophe Knage
Use Fastlane to give credit where it's rightfully due
Provided actions
| Name | Category | Description |
|---|---|---|
| acknowledgements | - | Use Fastlane to give credit where it's rightfully due. |
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 | -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 | 52 | 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 | 3 | The more tests a plugin has, the better |
push_cert_alert
via Nico Richard
Generate alerts for when your APNS push certificate expires or will expire soon
Provided actions
| Name | Category | Description |
|---|---|---|
| check_push_certificate | - | Easily create alerts for your APNS push certificate expiration |
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 | 9 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
gitlab_merge_request_add_note
via xiongzenghui
add merge request note for gitlab server api
Provided actions
| Name | Category | Description |
|---|---|---|
| gitlab_merge_request_add_note | - | add merge request note for gitlab server api |
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 | 38 | 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 | 3 | The more tests a plugin has, the better |
gmail_notify
via Antony Leons
Sends a mail using SMTP
Provided actions
| Name | Category | Description |
|---|---|---|
| gmail_notify | - | Sends a mail using SMTP |
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 | 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 | 18 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
s3_cert
via Josh Lesch
Store and install encrypted Certs from s3
Provided actions
| Name | Category | Description |
|---|---|---|
| s3_upload_certs | - | Upload encrypted certs to s3 |
| s3_cert | - | Pull Certs from s3 and install them into keychain. |
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 | 41 | 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 | 18 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
rm_derived_data
via xiongzenghui
de
Provided actions
| Name | Category | Description |
|---|---|---|
| rm_derived_data | building | after build finish remove xx.xcworkspace/xx.xcodeproj specify DerivedDatagst/* |
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 | 38 | 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 | 3 | The more tests a plugin has, the better |
codemagic
via Mikhail Matsera
Fastlane plugin to trigger a Codemagic build with some options
Provided actions
| Name | Category | Description |
|---|---|---|
| codemagic | - | Fastlane plugin to trigger a Codemagic build with some options |
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 | 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 | 22 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
ravn_mobile
via ravnhq
Utility actions for Fastlane build and deployment of Android and iOS apps for both native and cross platform implementations
Provided actions
| Name | Category | Description |
|---|---|---|
| commit_version | - | Commit version change for iOS and Android projects |
| copy_output_artifacts | - | Copies artifacts from Android and iOS builds into a directory for easy external access |
| import_ravn_lanes | - | Imports private lanes from RAVN mobile CI/CD repository |
| increment_expo_version | - | Increment version code and/or build number in app.json for Expo projects |
| increment_version_code | - | Increment version code for Android in gradle.properties |
| is_expo | - | Action to detect if the current project is using Expo |
| is_flutter | - | Action to detect if the current project is using Flutter |
| is_react_native | - | Action to detect if the current project is using React Native |
| setup_expo_project | - | Set up an expo project (based on React Native) to work with 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 | 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 | 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 | 17 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
mailjet
via thibaut noah
plugin to send mail notifications for build release
Provided actions
| Name | Category | Description |
|---|---|---|
| mailjet | - | Send a custom message to an email group with mailjet |
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 | 39 | 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 | 3 | The more tests a plugin has, the better |
gitlab_branch_diff
via xiongzenghui
gitlab compare two branch to get diffs
Provided actions
| Name | Category | Description |
|---|---|---|
| gitlab_branch_diff | - | gitlab compare two branch to get diffs |
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 | 37 | 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 | 3 | The more tests a plugin has, the better |
resize_screenshots
via Levi Bostian
Resize screenshots taken from your simulator to use for Frameit.
Provided actions
| Name | Category | Description |
|---|---|---|
| resize_screenshots | - | Resize screenshots taken from your simulator to use for Frameit. |
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 | 25 | How well is the README of the document written |
| age | 47 | 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 | 11 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
bitwarden
via Ilija Boshkov
Bitwarden CLI warpper plugin
Provided actions
| Name | Category | Description |
|---|---|---|
| bitwarden_login | - | You can use this action to login to BitWarden and unlock the vault. |
| bitwarden_unlock_vault | - | You can use this action to download an item's attachment from BitWarden. |
| bitwarden_get_object | - | You can use this action to download an item's attachment from BitWarden. |
| bitwarden_download_attachment | - | You can use this action to download an item's attachment from BitWarden. |
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 | 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 | 36 | 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 | 0 | The more tests a plugin has, the better |
update_associated_domains
via Lourenco Nicolas
This plugin changes the associated domains in the entitlements file
Provided actions
| Name | Category | Description |
|---|---|---|
| update_associated_domains | project | This plugin changes the associated domains in the entitlements 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 | 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 | 24 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
appsigner
via Valeriy Makarshin
AppSigner
Provided actions
| Name | Category | Description |
|---|---|---|
| appsigner | - | AppSigner |
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 | 33 | 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 | 9 | The more tests a plugin has, the better |
latest_play_store_version_code
via Jørgen P. Tjernø
Adds a latest_play_store_version_code action to fetch the latest Google Play Store version code for your project.
Provided actions
| Name | Category | Description |
|---|---|---|
| latest_play_store_version_code | production | Fetches most recent version code from the Google Play Store |
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 | 13 | 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_shake
via Shake Team
Upload dSYM to Shake
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 36 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
teams_message_card
via Dorian Cheignon
Send a message card to your Microsoft teams channel
Provided actions
| Name | Category | Description |
|---|---|---|
| teams_message_card | notifications | Send a message card to your Microsoft teams channel |
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 | 22 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
deploy_aws_s3_cloudfront
via Hector
Deploy local directory to AWS S3 bucket and invalidate CloudFront
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 | 54 | 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)
translate_gpt_release_notes
via Anton Karliner
Translate release notes or changelogs for iOS and Android apps using OpenAI GPT API
Provided actions
| Name | Category | Description |
|---|---|---|
| translate_gpt_release_notes | - | Translate release notes or changelogs for iOS and Android apps using OpenAI's GPT API |
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 | 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 | 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 | 7 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
roku_app_util
via Onyx Mueller
Fastlane plugin for Roku app utility.
Provided actions
| Name | Category | Description |
|---|---|---|
| roku_app_install | - | Installs the app as a dev channel on a Roku target device |
| roku_app_package | - | Creates Roku package from application sources |
| roku_app_uninstall | - | Uninstalls any apps/dev channels on a Roku target device |
| roku_dev_server_check | - | Checks Roku dev server |
| roku_dev_server_rekey | - | Rekeys Roku dev server |
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 | 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 | 11 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
clean_xcarchive
via matsuda
Fastlane plugin to remove xcarchive created when build & archive
Provided actions
| Name | Category | Description |
|---|---|---|
| clean_xcarchive | - | Delete the archive created at 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 | 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 | 23 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
jira_link
via David Brooks
This plugin allows you to link two tickets together in JIRA
Provided actions
| Name | Category | Description |
|---|---|---|
| jira_link | misc | This plugin allows you to link two tickets together in JIRA |
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 | 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 | 26 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
bugtags
via wliu6
Upload symbols to Bugtags
Provided actions
| Name | Category | Description |
|---|---|---|
| bugtags | - | Upload symbols to Bugtags |
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 | 42 | 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 |
fetch_metadata_from_google_sheets
via kurarararara
Get App Store metadata from Google Sheets.
Provided actions
| Name | Category | Description |
|---|---|---|
| fetch_metadata_from_google_sheets | - | Get App Store metadata from Google Sheets. |
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 | 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 | 15 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
app_previews
via Fausto
Upload app previews to the App Store Connect
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_app_previews | - | Upload app previews to the App Store Connect |
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 | 35 | 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 |
git_remove_tag
via xiongzenghui
remove git origin and remote repo tag
Provided actions
| Name | Category | Description |
|---|---|---|
| git_remove_tag | source_control | remove git origin and remote repo 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 | 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 | 38 | 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 |
universal_metadata
via La Gregance
Unify metadata files for iOS & Android
Provided actions
| Name | Category | Description |
|---|---|---|
| universal_metadata | - | Unify metadata files for iOS & Android |
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 | 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 | 0 | The more tests a plugin has, the better |
approved
via Chalermpong Satayavibul
Approval helper
Provided actions
| Name | Category | Description |
|---|---|---|
| approved | - | Approval helper |
| approved_precheck | - | Approval pre-check helper |
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 | 28 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
yalantis_ci
via Dima Vorona
Set of utilities and useful actions to help setup CI for Yalantis 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 | 81 | 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)
get_derived_data_path
via Rajiv Shah
Retrieves the path of a workspace in DerivedData
Provided actions
| Name | Category | Description |
|---|---|---|
| get_derived_data_path | - | Retrieves the path of a workspace in DerivedData |
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 | 42 | 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 | 9 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
appcenter_get_recent_release_version
via Kitti Pariyaakkarakul
Get recent release version from appcenter
Provided actions
| Name | Category | Description |
|---|---|---|
| appcenter_get_recent_release_version | - | Get recent release version from appcenter |
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 | 37 | 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 |
flutter_tests
via smaso
Extensions that helps to run flutter tests
Provided actions
| Name | Category | Description |
|---|---|---|
| flutter_tests | - | Extension that helps to run flutter tests |
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 | 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 | 22 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
gitlab_merge_request_participants
via xiongzenghui
Get a list of merge request participants
Provided actions
| Name | Category | Description |
|---|---|---|
| gitlab_merge_request_participants | - | Get a list of merge request participants |
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 | 38 | 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 | 3 | The more tests a plugin has, the better |
ci_apps
via JiaqiangSong
Config multiple apps of CI
Provided actions
| Name | Category | Description |
|---|---|---|
| get_extensions | - | A short description with <= 80 characters of what this action does |
| ci_apps | - | Config multiple apps of CI |
| get_ci_apps | - | A short description with <= 80 characters of what this action does |
| get_ci_app_value | - | A short description with <= 80 characters of what this action does |
| get_ci_app | - | A short description with <= 80 characters of what this action does |
| get_emtitlements_plist_file_path | - | A short description with <= 80 characters of what this action does |
| get_target_type | - | A short description with <= 80 characters of what this action does |
| get_info_plist_file_path | - | A short description with <= 80 characters of what this action does |
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 | 41 | 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 |
bugly
via chaosky
Upload dSYM to bugly.
Provided actions
| Name | Category | Description |
|---|---|---|
| bugly | - | Upload dSYM to bugly. |
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 | 39 | 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 |
bowl
via Benjamin Wulff
Handles uploads to BOWL backend
Provided actions
| Name | Category | Description |
|---|---|---|
| bowl | - | Handles uploads to BOWL backend |
| get_gradle_property | - | - |
| set_gradle_property | - | Set the value 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 | 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 | 40 | 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 |
cuttly_api
via Yalan
fastlane plugin for cuttly.
Provided actions
| Name | Category | Description |
|---|---|---|
| cuttly_api | - | fastlane plugin for cuttly. |
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 | 38 | 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 |
teletopic
via hendyevan
Allows post messages to telegram channel and topics (updated from existing plugins)
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 | 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 | 50 | 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 | 1 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
telegram-with-topic
via hendyevan
Allows post messages to telegram channel and topics (updated from existing plugins)
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 | 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 | 50 | 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 | 1 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
teams_card
via Kondamon
Easily alert a Microsoft Teams channel, group chat or chat via Workflows
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 | 49 | 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)
notifyworker
via zlfyuan
Notify some worker App's status
Provided actions
| Name | Category | Description |
|---|---|---|
| notifyworker | - | Notify some worker App's status |
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 | 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 | 19 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
gitlab_increate_line_notes
via xiongzenghui
filter gitlab merge request changes files & swiftlint json, last add line code with gitlab discussion
Provided actions
| Name | Category | Description |
|---|---|---|
| gitlab_increate_line_notes | - | filter gitlab merge request changes files & swiftlint json, last add line code with gitlab discussion |
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 | 38 | 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 | 3 | The more tests a plugin has, the better |
gitter
via Andrew Havens
A Fastlane plugin for sending a message to a Gitter room.
Provided actions
| Name | Category | Description |
|---|---|---|
| gitter | - | Send a message to a Gitter room. |
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 | 36 | 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 |
google_cloud_storage_update
via Jeroen Stoker
Google Cloud Storage
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 60 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
moss
via Shaggon du
Moss is a tool that allows developers on Apple platforms to use any frameworks as a shared cache for frameworks built with Carthage.
Provided actions
| Name | Category | Description |
|---|---|---|
| moss | - | moss is a tool that allows developers on Apple platforms to use any frameworks as a shared cache for frameworks built with Carthage. |
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 | 40 | 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 | 0 | The more tests a plugin has, the better |
fabulove
via carry
"fabulove" distribution system fastlane plugin
Provided actions
| Name | Category | Description |
|---|---|---|
| fabulove | - | 'fabulove' distribution system fastlane 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 | 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 | 14 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
itargetchecker
via Catalin Prata
Checks the xcode proj file for targets and points out which files from the project are not present in a certain target.
Provided actions
| Name | Category | Description |
|---|---|---|
| itargetchecker | - | Checks the xcodeproj file for targets and points out which files from the project are not present in a certain target. |
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 | 2 | 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 | 45 | 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 |
fastci
via watermelon
supports multiple functions such as packaging, uploading, and code detection.
Provided actions
| Name | Category | Description |
|---|---|---|
| analyze_swiftlint | testing | 静态代码分析 |
| detect_duplicity_code | testing | 重复代码检测 |
| detect_unused_code | testing | 无用代码检测 |
| detect_unused_image | testing | 无用图片检测 |
| install_certificate | code_signing | 安装 p12 证书 |
| install_profile | code_signing | 安装 provisioningProfile |
| package | building | 打包 |
| update_build_number | building | 更新 build 号 |
| upload_fir | building | 上传Fir |
| upload_pgy | building | 上传蒲公英 |
| upload_store | - | - |
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 | 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 | 1 | 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 | 3 | The more tests a plugin has, the better |
app47
via Shannon Hicks
Fastlane plugin for uploading builds to App47
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_to_app47 | - | Upload IPA to Simple MDM |
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 | 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 | 8 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
pgyer_upload_v2
via jiahao
distribute app to pgyer by API V2
Provided actions
| Name | Category | Description |
|---|---|---|
| pgyer_upload_v2 | - | distribute app to pgyer_upload_v2 beta testing service |
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 | 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 | 8 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
installonair
via SpQuyt
Install On Air plugin integrated with Fastlane
Provided actions
| Name | Category | Description |
|---|---|---|
| installonair | - | Install On Air plugin integrated with Fastlane |
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 | 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 | 14 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
google_play_versions
via Nuno Pinge
Fetch build version codes accurately for a Play Store track from within Fastlane.
Provided actions
| Name | Category | Description |
|---|---|---|
| google_play_track_version_code | - | Fetch the most recent version code from a Play Store track 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 | 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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
| tests | 21 | The more tests a plugin has, the better |
ns_update_ios_identifier
via Miyabi Ogino
Update iOS's AppIdentifier for NativeScript.
Provided actions
| Name | Category | Description |
|---|---|---|
| ns_update_ios_identifier | - | Update iOS's AppIdentifier for NativeScript. |
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 | 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 | 12 | The more tests a plugin has, the better |
cc_upload_dsym_to_bugly
via pengchao
cc_upload_dsym_to_bugly
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_dsym_to_bugly | - | upload_dsym_to_bugly |
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 | 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 | 3 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
execute_api
via Pasan Eramusugoda
This plugin will be used to execute an api
Provided actions
| Name | Category | Description |
|---|---|---|
| execute_api | - | - |
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 | 13 | More downloads = more users have been using the plugin for a while |
| tests | 6 | The more tests a plugin has, the better |
git_import
via Dmitry Frishbuter
Import all required fastlane dependencies from the git repository and keep your Fastfile simple!
Provided actions
| Name | Category | Description |
|---|---|---|
| git_import | - | Import all required fastlane dependencies from the git repository and keep your Fastfile simple! |
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 | 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 | 7 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
privatexcframeworkpackaging
via Masami Yamate
Generate a Swift package using the XCFramework uploaded to the Release assets of a private repository.
Provided actions
| Name | Category | Description |
|---|---|---|
| privatexcframeworkpackaging | - | Generate a Swift package using the XCFramework uploaded to the Release assets of a private repository. |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
fiv_increment_build_no
via Fivethree
fastlane plugin for ionic 4
Provided actions
| Name | Category | Description |
|---|---|---|
| fivethree_ionic | - | Fastlane plugin for Ionic v4 Projects |
| fiv_update_version_and_build_no | - | Fastlane plugin for Ionic v4 Projects |
| fiv_update_version | - | A short description with <= 80 characters of what this action does |
| fiv_increment_build_no | - | fastlane plugin for ionic 4 |
| fiv_build_ionic_android | - | A short description with <= 80 characters of what this action does |
| fiv_add_transparent_statusbar | - | You can use this action to do cool things... |
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 | 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 | 0 | How well is the README of the document written |
| age | 44 | 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 | 0 | The more tests a plugin has, the better |
work_feishu
via sunfjun
work feishu webhook
Provided actions
| Name | Category | Description |
|---|---|---|
| work_feishu | - | work feishu webhook |
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 | 6 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
pgyer_cl
via chenlei
pgyer_cl
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 | 36 | 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)
dingtalk_msg
via fuzhongqing
dingtalk robot
Provided actions
| Name | Category | Description |
|---|---|---|
| dingtalk_msg | - | dingtalk robot |
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 | 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 | 9 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
jandi_webhook
via respecu
webhook for jandi
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 48 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
googledrive_spquyt
via QuocTA-Amela
CRUD files and folders on Google Drive
Provided actions
| Name | Category | Description |
|---|---|---|
| create_google_drive_folder | - | Create new folder on Google Drive |
| list_files_google_drive | - | List files on Google Drive |
| update_google_drive_file | - | Update a Google Drive file |
| upload_to_google_drive | - | Upload files to Google Drive |
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 | 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 | 15 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
xiaomi_devupload
via BangZ
Fastlane plugin for upload android app to xiaomi market
Provided actions
| Name | Category | Description |
|---|---|---|
| xiaomi_devupload | - | Fastlane plugin for upload android app to xiaomi market |
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 | 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 | 8 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
generic_version
via Felix Rudat
Manage your app version for Android and iOS
Provided actions
| Name | Category | Description |
|---|---|---|
| generic_version | - | Manage your app version for Android and iOS |
| get_app_build | - | Manage your app build for Android and iOS |
| get_app_version | - | Manage your app version for Android and iOS |
| set_app_build | - | Manage your app build for Android and iOS |
| set_app_version | - | Manage your app version for Android and iOS |
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 | 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 | 11 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
imagesgoldenrun
via Luís Esteves
this allows comparing images from a golden run with the actual results
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 | 63 | 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)
mls_setup_ci
via MyLittleSuite
MyLittleSuite Setup CI
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 | 60 | 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)
appcenter_codepush
via ledutu
Plugin for codepush to appcenter
Provided actions
| Name | Category | Description |
|---|---|---|
| appcenter_codepush | - | Plugin for codepush to appcenter |
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 | 12 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
flutter_ios_integrate
via Akring
Fastlane plugin to integrate flutter to existing iOS project
Provided actions
| Name | Category | Description |
|---|---|---|
| flutter_ios_integrate | - | Fastlane plugin to integrate flutter to existing iOS 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 | 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 | 10 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
flutter_build_increment
via Matthias Seiderer
Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2
Provided actions
| Name | Category | Description |
|---|---|---|
| flutter_build_increment | - | Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2 |
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 | 0 | 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 | 20 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
sendgrid
via OTVENTURES\Tarek.Mohammed
send email with sendgrid
Provided actions
| Name | Category | Description |
|---|---|---|
| sendgrid | - | send email with sendgrid |
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 | 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 | 11 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
crashlytics_uploadsymbols_downloader
via chedabob
Downloads the upload-symbols binary for projects that use SPM but dont want to have to install all of the packages to use it
Provided actions
| Name | Category | Description |
|---|---|---|
| crashlytics_uploadsymbols_downloader | - | Downloads the upload-symbols binary for projects that use SPM but don't want to have to install all of the packages to use it |
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 | 4 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
appdevops
via yaochenfeng
app自动化
Provided actions
| Name | Category | Description |
|---|---|---|
| appdevops | - | app自动化 |
| ios_auto_build_ipa | - | iOS自动打包 |
| ios_auto_upload | - | A short description with <= 80 characters of what this action does |
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 | 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 | 5 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
ding_talk_notice
via WZY
Auto send the pgyer app qr code to the ding talk.
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 6 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
update_device_name
via huyanping
update device name
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 35 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
upload_to_ru_store
via Kopylov Ivan
Fastlane plugin to upload Android builds to RuStore
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 4 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
appbox_uploadipa
via eskaseptian
Uploading ipa file to Appbox
Provided actions
| Name | Category | Description |
|---|---|---|
| appbox_uploadipa | - | Uploading ipa file to Appbox |
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 | 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 |
package_submit
via Akring
Upload ipa and associated .plist to specified server.
Provided actions
| Name | Category | Description |
|---|---|---|
| package_submit | - | - |
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 | 3 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
auth_with_github_app
via k-kohey
Get a GitHub access token using the GitHub App
Provided actions
| Name | Category | Description |
|---|---|---|
| auth_with_github_app | - | Get a GitHub access token using the GitHub 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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
testlane
via pawanr@lambdatest.com
Testing fastlane
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_to_lambdatest_app_live | - | Uploads IPA and APK files to Lambdatest for 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 | 25 | 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 |
upload_to_oss
via zhaozq
上传ipa文件到oss
Provided actions
| Name | Category | Description |
|---|---|---|
| upload_to_oss | - | - |
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 | 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 | 4 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
sxc_aliyun_oss
via JimmyDaddy
sxc aliyun oss uploader
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 | 45 | 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)
semantic_versioning
via Karsten Silkenbäumer
Version and changelog management following semver and conventional commits.
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 | 13 | 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)
outlook
via OTVENTURES\Tarek.Mohammed
send email using outlook
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 22 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
bw_open_finder
via xubowen
this is tool for mac osx to open finder
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 | 10 | 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)
appcircle_testing_distribution
via appcircleio
Efficiently distribute application builds to users or testing groups using Appcircle's robust platform.
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 | 39 | 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)
open_finder
via xiongzenghui
this is tool for mac os x to open finder
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 | 8 | 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)
sq_ci_tools
via Semen Kologrivov
CI Library for sequenia's 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 | 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 | 8 | 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_danger_gitlab
via Emil
Allows to use Danger on GitLab
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 | 38 | 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)
install_provisioning_profile
via Alexey Martynov
This plugin installs provisioning profile to Xcode Provisioning Profiles directory
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 | 38 | 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_version_name
via Thiago Rodrigues
Updates the versionName in the build.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 | 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 | 7 | 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)
google_cloud_storage_rebooted
via Ivan Huang
Google Cloud Storage plugin for fastlane that implements upload & download operation.🚀
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 | 7 | 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)
carthage_cache_ftps
via Wolfgang Lutz
Allows to publish or install the carthage builds via ftps to avoid recompilation
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 | 37 | 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)
open_folder
via suqiang
open a path with finder
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 | 6 | 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)
pgyer-password
via Kila2
distribute app to pgyer beta testing service
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 18 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
appcenter_releases
via Qutaibah Esa
Get app releases information from AppCenter
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 17 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
easy_deploy
via Lukas Baranauskas
Simplified deployment for mobile applications
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 16 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
box
via Wesley Sui
library for the Box Content API
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 | 34 | 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)
manage_android_versions
via Bruno Correia
An easy way to manage your Android App versions.
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 | 34 | 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)
fossify
via Naveen Singh
This fastlane plugin provides actions for managing Fossify app releases, including testing, deploying to Play Store, and updating metadata.
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 | 4 | 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)
pixie
via Piotrek Dubiel
Show your build status on PIXIE!
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 | 33 | 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)
teamsx
via Ankun
Deliver message to MSTeams
Provided actions
| Name | Category | Description |
|---|---|---|
| teamsx | 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 | 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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
luciq_dsym_upload
via Luciq
Plugin to upload DSYMs to Luciq Dashboard.
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 | 3 | 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)
redmine_file_upload
via Pravin Dodia
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 | 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 | 3 | 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)
rescan_flaky_tests
via Ichiko Moro
Re-run
scanaction for each failed test cases.
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 14 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
eac_upload
via mobivention GmbH
Upload IPA/APK/AAB to Enterprise App Cloud
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 | 2 | 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)
applitoolsify
via Applitools Team, Serhii Ovchynnyk
Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin
Provided actions
| Name | Category | Description |
|---|---|---|
| applitoolsify | - | Add Applitools SDKs to ipa and app iOS apps as fastlane-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 | 0 | 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 | 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 | 20 | More downloads = more users have been using the plugin for a while |
| tests | 3 | The more tests a plugin has, the better |
kmm_pusher
via Yazan Tarifi
Kotlin Multiplatform Mobile Plugin to Collect Android and IOS Builds to Push them on 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 | 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 | 2 | 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)
new_telegram
via Tran Thanh Phuong Dang
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 | 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 | 2 | 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)
pod_spec_generator
via Alex Crowe
Generate a simple pod spec for CI automation
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 | 32 | 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)
upload_to_loadly
via aliffazfar
Loadly.io is the ultimate platform for app beta testing and distribution, offering unlimited app uploads and downloads, enhanced security, detailed analytics, and seamless integration. Alternative to TestFlight and Diawi
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 | 2 | 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)
ovo_poeditor
via Alessio Arsuffi
Fetch latest POEditor terms and download them as .xcstrings and .strings 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 | 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 | 1 | 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)
bluepillar
via Shashikant86
Fastlane Plugin to Run XCUITests in Parallel using Bluepill.
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 | 31 | 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)
loadly
via Phu Hoang
Upload .ipa or .apk file to loadly.com
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 | 1 | 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)
ding_talk_abc
via WZY
Auto send the pgyer app qr code 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 | 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 | 1 | 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)
round14tech-semantic_release
via Jiří Otáhal
Automated version managment and generator of release notes.
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 | 1 | 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)
transifex_api
via alexander sun
basic transifex api wrapper
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 13 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
xcode8_srgb_workaround
via Siarhei Fiedartsou
Converts PNGs and JPEGs in your project to sRGB format to avoid crashes when building with Xcode 8 for iOS 8 and earlier deployment target
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 12 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
git_commit_lzx
via zhenxingliu
git commit all add change to git
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 | 30 | 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)
gen_dev_workspace
via Andrew Breckenridge
Configures an xcworkspace with specified xcodeprojs
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 11 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
parse_json
via Felix Krause
Parse a JSON file
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 11 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
ipa_scale
via Danilo Caetano
"Checks the size of your built .ipa and warns you if you you are near the given threshold."
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 10 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
test_demo
via StephenCurry30
A test demo of fastlane plugin
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 10 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
playship
via Helmut Januschka
Interact with Google Play Api
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 | 28 | 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)
install_certificates
via Dylan Gyesbreghs
Install all the certificates located in you're project.
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 10 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
screenshot_notifier
via Moyuru Aizawa
Post screenshots to a pull request
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 | 28 | 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)
intentconfirmation
via Kamil Krzyk
Halts the lane invocation, asks user to confirm if he wants to continue, may require password or key.
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 | 28 | 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)
carthage_cache_res
via Thi Doan
A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3.
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 9 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
hello_gem_kimjg
via kimjg
hello gem kimjg
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 9 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
bluepillarx
via jterhorst
Fastlane Plugin to Run XCUITests in Parallel using Bluepill.
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 9 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
parse_configurations
via Melki
It is used to parse json configration
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 9 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
flutter_versioner
via Abhijith K
Effortlessly manage and update your flutter project version.
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 | 25 | 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)
jenkins_job_config
via Jerome Lacoste
Generate the config for a Jenkins job
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 | 25 | 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)
figure_release
via David Lang
Fastlane plugin for publishing React Native applications.
Score details
| Metric | Points | Description |
|---|---|---|
| contributors | 18 | 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 | 5 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
build_xcframework
via Alex Crowe
This plugin provides high-level api for creating xcframework
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 | 23 | 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)
setapp
via Setapp Limited
Upload new version to Setapp
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 | 23 | 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_simulator_devices
via Vitalii Budnik
Fastlane plugin to create simulator devices
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 | 23 | 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)
jira_update
via Flop Butylkin
JIRA update actions (comment, move tickets, get ticket info)
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 | 21 | 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)
devicelab_bot
via Almouro
Automatically install your app on your devicelab with the devicelab bot
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 | 19 | 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)
bitly
via Thang Nguyen
create bit.ly short link from url
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 | 18 | 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)
covfefe
via Jakob Jensen
A templating engine for generating common file structures.
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 | 18 | 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)
rustore_developer
via RimiX2
RUSTORE beta API integration plugin
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 | 17 | 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)
unp
via Xu Zhen
测试
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 | 17 | 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)
android_version_helper
via Doruk Kangal
An easy way to manage your Android app version name and 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 | 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 | 15 | 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)
upload_to_bugly
via fisherman
快速上传 .dSYM 到 bugly
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 | 15 | 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)
bump_android_version
via Seán Labastille
Bump Android Manifest Version
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 | 15 | 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)
samsungknox
via jieey1140
SamsungKnox products to Fastlane https://redredgroup.github.io/samsungknox/docs/knox-fastlane
Provided actions
| Name | Category | Description |
|---|---|---|
| knox_configure_library_upload_app | - | fastlane plugin for Samsung Knox Configure Library |
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 | -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 | 12 | 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 | 25 | More downloads = more users have been using the plugin for a while |
| tests | 0 | The more tests a plugin has, the better |
rocket
via 三块
rocket 支持app打包、组件打包等功能
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 | 15 | 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)
figlet
via Jeff Stein
Wrapper around figlet which makes large ascii text words
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 | 14 | 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)
xcodebuildonlytesting
via Luís Esteves
Creates a array of tests from a junit to feed the xcodebuild only-testing
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 | 14 | 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)
binary
via huanglei
用于打iOS二进制包
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 | 13 | 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)
biggest_testflight_build_number
via robotan0921
Fetches biggest build number from TestFlight
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 | 13 | 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)
current_datetime
via Melki
To get current date and time as string
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 | 13 | 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)
clang_tools
via squirrel-explorer
A series of clang-based tools for CI/CD, including clang analyzer.
Provided actions
| Name | Category | Description |
|---|---|---|
| clang_analyzer | - | Analyze source codes with clang analyzer |
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 | -50 | 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 | 33 | 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 | 0 | The more tests a plugin has, the better |
upload_to_gitlab
via Hackintosh 5
Fastlane plugin to upload releases to GitLab
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 | 12 | 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)
add_fix_version
via Dmitry Krasulia
Create and makr tickets with fix version
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 | 12 | 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)
asciii
via Danielle Tomlinson
Add ascii text to your fastlane output
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 | 11 | 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)
ms_teams
via Thang Nguyen
Send a success/error message to your Microsoft Teams channel
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 | 11 | 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)
devresponse
via Helmut Januschka
Enables Spaceship to deal with developer response
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 | 11 | 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_remote_config_release_package
via George Nyakundi
Creates a Remote Config release package
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 | 11 | 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_app_name
via huyanping
update app name
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 | 11 | 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)
gitlab_increate_swiftlint
via xiongzenghui
Incremental Code Check using swiftlint for swift language files on gitlab platform !
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 | 11 | 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)
version_manager
via Ibrahim AshShohail
Version manager
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 | 11 | 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)
mobile_common
via Alexander Semenov
Collection of common CI actions for Android, iOS and MacOSX projects - like unit tests, app publishing, version increment, screenshots, 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 | 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 | 11 | 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)
aomi
via lihaijian
this is fastlane plugin for aomi
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 | 10 | 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)
google_data_safety
via Owen Bean
Google safety data Fastlane plugin for automation.
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 | 10 | 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)
ram_disk
via icyleaf
Use a temporary ram disk to do anything else
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 | 10 | 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)
incloud_xamarin_build
via punksta, torben.carstens@incloud.de
Build xamarin android\ios 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 | 9 | 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)
mynewplu
via lingshijun
new plugin
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 | 9 | 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)
teamify
via Ron June Valdoz
MS Teams message card fastlane plugin
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 | 9 | 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)
android_unpack
via yejinxin
Fastlane Android Unpack
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 | 9 | 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)
feishu_bot
via cook
A fastlane plugin to customize your automation workflow(s) with a Feishu Bot
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 | 9 | 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)
my
via lujun10446
Hello fastlane plugin demo
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 | 8 | 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)
jira_fetch_tickets
via Luca Tagliabue
Fetch ticekts on jira project using jql query
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 | 8 | 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)
galaxy_store_developer
via Рим Ганиев
Samsung Galaxy Store integration
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 | 8 | 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)
xamarin_build_switch
via punksta
Build xamarin android\ios 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 | 7 | 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)
switchmedia_xamarin_build
via punksta
Build xamarin android\ios 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 | 7 | 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)
sq_ci
via Semen Kologrivov
CI Library for sequenia's 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 | 7 | 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)
tool_open_finder
via GJ
tool
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 | 7 | 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)
github_api
via Manish Rathi
A fastlane plugin forGitHub APIs.
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 | 7 | 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)
opendir
via majianjie
open dir
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 | 7 | 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)
nico
via Nico Testing
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 | 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 | 6 | 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)
xccov
via Manish Rathi
A fastlane plugin for xcov.
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 | 6 | 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)
match_android
via Maikel Stuivenberg
Share your Android keystore with your team in a secure way
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 | 6 | 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)
catappultuploader
via Catappult
Upload your application directly onto Catappult! (Check how to get your API Key in https://docs.catappult.io/docs/your-account#api-key). The upload will only be successful if you follow our PSV rules (Read more in https://docs.catappult.io/docs/psv) When calling the plugin you should provide your Api Key and optionaly a Supply Folder. If you do not provide a Supply Folder, it will upload all the files in the /app/release folder Example: catappultuploader( apiKey:"4ed8f02a-8301-71bf-6082-9bs62o90sng4", supply_folder:"/Users/Supplier" )
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 | 6 | 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)
mobile_tools
via Yogesh Khandelwal
fastlane plugin for mobile devops tooling
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 | 5 | 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)
rustore_connect
via Mikhail Matsera
Fastlane plugin for publishing Android applications to RuStore.
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 | 5 | 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)
telegram_sender
via Dmytro Doroschuk
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 | 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 | 5 | 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)
sync_devices
via Ryosuke Ito
Synchronize your devices with Apple Developer Portal.
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 | 5 | 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)
ionic_capacitor
via ThatzOkay
Build your Ionic app
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 | 4 | 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)
match_android_v2
via Foo Bar
Share your Android keystore with your team in a secure way
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 | 4 | 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)
maestro_orchestration
via Nemanja Risteski
Plugin for maestro testing framework.
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 | 4 | 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)
autodevops
via yaochenfeng
自动化
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 | 4 | 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)
google_chat_message_v2
via Mohanned Binmiskeen
Sending Google Chat Messages
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 | 3 | 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)
mobile_lanes
via yulong
This plugin manages common lanes for mobile CI
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 | 3 | 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)
upload_to_hira
via Hanif Ramadhan
upload to hira
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 | 3 | 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)
rustore_distribute
via Vladimir Evstratov
Rustore fastlane integration plugin
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 | 3 | 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)
wp_sparkling_appcast
via Usiel Riedl
This plugin helps you distribute your builds using WordPress's Sparkling Appcast plugin (Sparkle appcast.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 | 3 | 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)
discord_webhook
via Takuma Homma
A lightweight fastlane plugin to send a message via Discord Webhook
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 | 3 | 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)
jira_update_tickets
via Luca Tagliabue
Update status and fix version of provided jira tickets
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 | 3 | 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)
lazurite
via CheeryLee
Faslane plugin for RuStore deployment
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 | 2 | 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)
android_gradle_commiter
via Tommy MARCHAL
This plugin is a copy of Jems22 commit_android_version_bump but this one will allow the build.gradle.kts, as the original plugin seems discontinued
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 | 2 | 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)
dingtalk_notice_push
via TravelFish
dingtalk_notice_push
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 | 2 | 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)
ovo_azure
via Christian Borsato
This Fastlane plugin provides actions for interacting with Microsoft Azure Blob Storage.
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 | 2 | 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)
flutter_utils
via scythe
A poc for cloudwalk
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 | 2 | 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)
luciq_agent_release_tracking
via Luciq
Luciq agent for tracking release builds and uploads to App Store and Play Store with comprehensive metadata reporting.
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 | 1 | 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)
memory_leak_detector
via Nurzhan
Memory leak detector
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 | 1 | 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)
jira_issue_features
via Bilal Durnagol
Automates Jiras features.
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 | 1 | 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)
appcircle_enterprise_app_store
via appcircleio
Efficiently publish your apps to Appcircle Enterprise Store
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 | 1 | 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)
jira_versions_v2
via Sandy Chapman, Luca Tagliabue
Manage your JIRA project's releases/versions with this plugin.
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 | 1 | 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)
ovo_gptdriver
via Christian Borsato
This Fastlane plugin provides actions for interacting with GPT Driver.
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 | 1 | 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)
http_request
via Angelo Cassano
Fastlane plugin to send http requests
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 | 1 | 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)
mobileoperator
via filipeisho
Upload your ipa, apk or app to MobileOperator
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 | 1 | 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)
mtsmetrics
via Pavel Bogart
Fastlane plugin that simplifies uploading dSYM files to MTSMetrics for stacktrace deobfuscation.
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 | 1 | 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)
xcresulttool
via Manish Rathi
A fastlane plugin for xcresulttoo
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 | 1 | 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)
nativesting
via Nativesting
Seamlessly integration with nativesting.com
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 | 1 | 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)
retry_failed_tests
via Gloria Chow
Retries failed iOS tests
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 | -50 | 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 | 23 | 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)
secrets_manager_storage
via Case Taintor
Enables fastlane match to use AWS Secrets Manager as backing storage
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 | -50 | 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 | 7 | 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)
infisical
via redth
Enables fastlane match to use Infisical as backing storage
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 | -50 | 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 | 1 | 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)
standard_automation_library
via John Gunnison, Roman Tkachenko, Michel Andrade
Standard Automation Library (SAL) is a collection of tools and Fastlane plugins for automating common practices.
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 | -50 | 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 | 1 | 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)