Popularity
5.2
Stable
Activity
0.0
Stable
502
20
74

Monthly Downloads: 520
Programming language: Ruby
License: MIT License
Tags: Tools    
Latest version: v1.0.0

alfi alternatives and similar packages

Based on the "Tools" category.
Alternatively, view alfi alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of alfi or a related project?

Add another 'Tools' Package

README

alfi

Build Status Codacy Badge Gem Version

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