https://github.com/jeeftor/sharedfastlane
fastlane shared asets
https://github.com/jeeftor/sharedfastlane
Last synced: 8 months ago
JSON representation
fastlane shared asets
- Host: GitHub
- URL: https://github.com/jeeftor/sharedfastlane
- Owner: jeeftor
- Created: 2016-04-07T18:17:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T18:45:20.000Z (about 10 years ago)
- Last Synced: 2025-02-13T00:22:33.641Z (over 1 year ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To use this "stuff" with yoru fastlane add
```ruby
import_from_git(url: 'https://github.com/jeeftor/sharedFastLane',
path: 'fastlane/Fastfile')
```
##Custom Actions
###`alphaStamp`
```ruby
alphastamp
```
###`betaStamp`
```ruby
betastamp
```
###`figlet`
```ruby
figlet(text: "HELLO")
filet(text: "WHATEVER", font: "A FONT NAME")
```
###`version_from_last_tag`
returns the version from last git tag - its kinda nifty!