fastlane alternatives and similar gems
Based on the "Mobile Development" category.
Alternatively, view fastlane alternatives based on common mentions on social networks and blogs.
-
RubyMotion
A revolutionary toolchain that lets you quickly develop and test full-fledged native iOS and OS X applications for iPhone, iPad, Mac and Android.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of fastlane or a related project?
README
fastlane is a tool for iOS and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application.
✨ All fastlane docs were moved to docs.fastlane.tools ✨
Need Help?
Before submitting a new GitHub issue, please make sure to
- Check out docs.fastlane.tools
- Search for existing GitHub issues
If the above doesn't help, please submit an issue on GitHub and provide information about your setup, in particular the output of the fastlane env
command.
Note: If you want to report a regression in fastlane (something that has worked before, but broke with a new release), please mark your issue title as such using [Regression] Your title here
. This enables us to quickly detect and fix regressions.
fastlane team
<!-- This table is regenerated and resorted on each release --> Łukasz Grabowski Luka Mirosevic Satoshi Namai Olivier Halligon Daniel Jankowski Kohki Miki Stefan Natchev Felix Krause Danielle Tomlinson Jimmy Dee Matthew Ellis Jérôme Lacoste Andrew McBurney Manu Wallner Max Ott Jorge Revuelta H Manish Rathi Joshua Liebowitz Iulian Onofrei Maksym Grebenets Roger Oba Aaron Brager Josh Holtz Fumiya Nakamura Jan Piotrowski Helmut Januschka
Special thanks to all contributors for extending and improving fastlane.
Contribute to fastlane
Check out [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to help with fastlane.
Code of Conduct
Help us keep fastlane open and inclusive. Please read and follow our Code of Conduct.
Metrics
fastlane tracks a few key metrics to understand how developers are using the tool and to help us know what areas need improvement. No personal/sensitive information is ever collected. Metrics that are collected include:
- The number of fastlane runs
- A salted hash of the app identifier or package name, which helps us anonymously identify unique usage of fastlane
You can easily opt-out of metrics collection by adding opt_out_usage
at the top of your Fastfile
or by setting the environment variable FASTLANE_OPT_OUT_USAGE
. Check out the metrics code on GitHub
License
This project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file.
This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.
✨ All fastlane docs were moved to docs.fastlane.tools ✨
*Note that all licence references and agreements mentioned in the fastlane README section above
are relevant to that project's source code only.