-
Notifications
You must be signed in to change notification settings - Fork 2
Piotr Sękara edited this page May 29, 2020
·
2 revisions
Used to run shell command.
| Name | Description | Required | Type | Default |
|---|---|---|---|---|
| command | Command to run. | True | String | - |
bootstrap:
default:
- sh:
command: "cp .env.sample .env"
- cocoapods:
command: "install"
This wiki and the Highway README document contains a lot of information, please take your time and read these instructions carefully.