The Wayback Machine - https://web.archive.org/web/20221206053615/https://github.com/fastlane/fastlane.tools
Skip to content

fastlane/fastlane.tools

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
gym
 
 
 
 
pem
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Run fastlane generate to generate the short links

https://fastlane.tools/sigh

Making changes

fastlane uses an open source platform called Grow. Follow the installation instructions to get started.

Once grow is installed, cd into _grow and run grow install.

Execute grow run, and open your browser to http://localhost:8080.

Once you're happy with your changes, run grow deploy, which will publish all changes to the root directory.

Installation

grow requires Python 2. The suggested method for running specific versions of Python is pyenv.

brew install pyenv
pyenv install 2.7.14
pyenv local 2.7.14
pip install grow