Skip to content

Commit

Permalink
document tools.md a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Aug 1, 2018
1 parent ccaf439 commit dc8565b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/tools.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{!docs/setup-fastlane-header.md!}

# fastlane actions
# fastlane tools

## What are tools?

TODO document what tools are and how they work

- tools are CLI command of fastlane: `fastlane <toolname>`
- they can offer subcommands: `fastlane <toolname> <subcommand>`
- they are usually configurable by a config file: `<toolname>file`
- tools usually also have a corresponding action that makes their functionality available for use in lanes and other actions

This page contains a list of all fastlane tools:

## Available Tools

### iOS

#### App Store
Expand Down

0 comments on commit dc8565b

Please sign in to comment.