All Projects → fastlane → Docs

fastlane / Docs

All the fastlane docs

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Docs

Stepik Ios
iOS Application for Taking Open Courses on the Stepik Platform
Stars: ✭ 84 (-61.11%)
Mutual labels:  fastlane
Clendar
Clendar - universal calendar app. Written in SwiftUI. Available on App Store
Stars: ✭ 153 (-29.17%)
Mutual labels:  fastlane
Android Kotlin Modulerized Cleanarchitecture
🚀 Example modularized android application with single activity written in Kotlin
Stars: ✭ 180 (-16.67%)
Mutual labels:  fastlane
Fastlane Plugin Cordova
Integrate your Cordova build into your Fastlane setup
Stars: ✭ 100 (-53.7%)
Mutual labels:  fastlane
Fastfiles
Fastlane fastfile examples and custom actions
Stars: ✭ 138 (-36.11%)
Mutual labels:  fastlane
Xcfit
Full Stack Protocol Oriented BDD in Xcode for iOS app with Swift using XCUITest, Cucumberish and FitNesse
Stars: ✭ 170 (-21.3%)
Mutual labels:  fastlane
Kotlin Android Fastlane Firebase App Distribution
A repository that shows how to use Firebase App Distribution to distribute android app to testers by fastlane.
Stars: ✭ 77 (-64.35%)
Mutual labels:  fastlane
Fastlane Plugin Test center
🎯 The best fastlane plugin to understand and tame misbehaving iOS tests 🎉
Stars: ✭ 214 (-0.93%)
Mutual labels:  fastlane
Nearbyweather
NearbyWeather is an open source weather app for iOS, which uses the OpenWeatherMap API. With this project developers are invited to learn advanced iOS concepts, as well as to contribute further advancements. Fork this repo to get started.
Stars: ✭ 146 (-32.41%)
Mutual labels:  fastlane
Fastlane Plugin Changelog
Automate changes to your project CHANGELOG.md
Stars: ✭ 176 (-18.52%)
Mutual labels:  fastlane
Circleci Demo Ios
A sample iOS app that builds on CircleCI
Stars: ✭ 103 (-52.31%)
Mutual labels:  fastlane
Autobahn
CLI tool written in Swift heavily inspired by https://github.com/fastlane/fastlane
Stars: ✭ 116 (-46.3%)
Mutual labels:  fastlane
Swifthub
GitHub iOS client in RxSwift and MVVM-C clean architecture
Stars: ✭ 2,330 (+978.7%)
Mutual labels:  fastlane
Examples
📝 A collection of example fastlane setups
Stars: ✭ 1,289 (+496.76%)
Mutual labels:  fastlane
Letteravatarkit
📦 An extension that generates letter-based avatars/placeholders
Stars: ✭ 180 (-16.67%)
Mutual labels:  fastlane
Myapp
React Native 工程实践
Stars: ✭ 83 (-61.57%)
Mutual labels:  fastlane
Upcomingmovies
Movies app written in Swift 5 using the TMDb API and demonstrating Clean Architecture, Dependency Injection, MVVM and Coordinators.
Stars: ✭ 160 (-25.93%)
Mutual labels:  fastlane
Trainer
Convert xcodebuild plist and xcresult files to JUnit reports
Stars: ✭ 216 (+0%)
Mutual labels:  fastlane
App
An easy way to connect with fellow developers during WWDC
Stars: ✭ 188 (-12.96%)
Mutual labels:  fastlane
React Native Boilerplate
A React Native template for building solid applications 🐙, using JavaScript 💛 or Typescript 💙 (you choose).
Stars: ✭ 2,669 (+1135.65%)
Mutual labels:  fastlane

fastlane docs

This repo contains all documentation for fastlane. You can find the .md files inside the docs folder.

To preview the updated documentation locally, just clone the repo, modify the file, and run

mkdocs serve

The live version is available on docs.fastlane.tools.

Why new docs?

You can find more information here

Deploy changes

Once a PR is merged into master, the latest version will automatically be deployed to docs.fastlane.tools by one of the hard working fastlane bots. No need to do anything manually. The resulting HTML files are stored in the gh-pages branch.

Installation of mkdocs

brew install python3 # if you don't have pip already
brew install pipenv
pipenv --three
pipenv shell
pipenv install

Adding a Python dependency

Likely, to add a Markdown extension, install it with pipenv install <some extension> after making sure the virtualenv is loaded (pipenv shell).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].