alfi 2
Android Library Finder 2
Search through thousands of android libraries that can help you scale your projects elegantly
Installation
Install it via terminal:
$ gem install alfi2
Usage
Search for something
alfi picassoSearch for something by repository
alfi picasso --repository mavenThis will search picasso only on maven, you can also define multiple repositories like:
alfi picasso -r mavencentral -r jcenterThis will search picasso on mavenCentral and jCenter
Search for something and print with a custom prefix
alfi picasso -p compileSearch for something and print with single quotes
alfi picasso -sFinal step: Copy the library you want to your build.gradle and sync it
Contributing
- Fork it ( https://github.com/afzalive/alfi/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Thanks
To @cesarferreira for creating this project
To @joaquimadraz for the ruby pro-tips