alfi

General

Category
Free
Tag
Tools
License
N/A
Registered
Mar 27, 2015
Favorites
3
Link
https://github.com/cesarferreira/alfi
See also
Hash Checker
Simplify
AndroidResourceManager
JitPack.io
ViewServer

Additional

Language
Ruby
Version
v0.5.0 (Jan 10, 2017)
Created
Mar 25, 2015
Updated
Feb 1, 2019 (Retired)
Owner
César Ferreira (cesarferreira)
Contributors
César Ferreira (cesarferreira)
Luis Pereira (luispereira)
hoeggi
Afzal Najam (AfzalivE)
Ivan Leschinsky (ivan-leschinsky)
Joaquim Adráz (joaquimadraz)
Jean-Michel Fayard (jmfayard)
Veeren Mandalia (veerenmandalia)
8
Activity
Badge
Generate
Download
Source code

alfi

Android Library Finder

Search through thousands of android libraries that can help you scale your projects elegantly

Usage

Search for something

alfi picasso

Search for something by repository

alfi picasso --repository maven

This will search picasso only on maven, you can also define multiple repositories like:

alfi picasso -r mavencentral -r jcenter

This will search picasso on mavenCentral and jCenter

Final step: Copy the library you want to your build.gradle and sync it

Installation

Install it via terminal:

$ gem install alfi

Contributing

  1. Fork it ( https://github.com/cesarferreira/alfi/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Thanks

To @joaquimadraz for the ruby pro-tips