-
Notifications
You must be signed in to change notification settings - Fork 279
/
facelift.json
30 lines (30 loc) · 1.21 KB
/
facelift.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"title": "dryrun",
"subtitle": "☁️ Try the demo project of any Android Library",
"installation": "gem install dryrun",
"url": "https://github.com/cesarferreira/dryrun",
"screenshot": "https://raw.githubusercontent.com/cesarferreira/dryrun/master/extras/ss.gif",
"author": {
"name": "cesar ferreira",
"thumbnail": "https://pbs.twimg.com/profile_images/884351017097322496/2mmpORsM_400x400.jpg",
"homepage": "http://cesarferreira.com"
},
"highlights": [{
"title": "Features",
"items": [
"Try any android library hosted online directly from the command line",
"Specify any custom branch to run",
"Specify any flavour to run",
"Specify any app module to run",
"Checkout tag/commit hash to clone (e.g. \"v0.4.5\", \"6f7dd4b\")"
]
},
{
"title": "Links",
"items": [
"GitHub: <a href='https://github.com/cesarferreira/dryrun'>https://github.com/cesarferreira/dryrun</a>",
"rubygems: <a href='https://rubygems.org/gems/dryrun/'>https://rubygems.org/gems/dryrun/</a>"
]
}
]
}