Project

alfi2

0.0
No commit activity in last 3 years
No release in over 3 years
Android Library Finder
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.10.1
~> 12.0
~> 3.2
~> 2.9
~> 3.3.0

Runtime

~> 1.7
~> 0.7
~> 2.0.2
 Project Readme

alfi 2

Build Status Codacy Badge Gem Version

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 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

Search for something and print with a custom prefix

alfi picasso -p compile

Search for something and print with single quotes

alfi picasso -s

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

Contributing

  1. Fork it ( https://github.com/afzalive/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 @cesarferreira for creating this project

To @joaquimadraz for the ruby pro-tips