Skip to content

β˜• Try the demo project of any Android Library

License

Notifications You must be signed in to change notification settings

DroidDemos/dryrun

This branch is 112 commits behind cesarferreira/dryrun:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d31508 Β· Apr 3, 2016

History

66 Commits
Sep 21, 2015
Apr 2, 2016
Apr 3, 2016
Mar 6, 2016
Aug 19, 2015
Aug 20, 2015
Aug 26, 2015
Sep 21, 2015
Mar 5, 2016
Aug 19, 2015
Aug 19, 2015
Apr 3, 2016
Aug 20, 2015
Mar 6, 2016

Repository files navigation

dryrun

Build Status Gem Version

Try any android library hosted online directly from the command line

Usage

dryrun https://github.com/cesarferreira/android-helloworld

Wait a few seconds and the app is now opened on your phone πŸ˜ƒ

Advanced usage

$ dryrun -h                                                                                       
Usage: dryrun GIT_URL [OPTIONS]

Options
    -m, --module MODULE_NAME         Custom module to run
    -b, --branch BRANCH_NAME         Checkout custom branch to run
    -f, --flavour FLAVOUR            Custom flavour (e.g. dev, qa, prod)
    -p, --path PATH                  Custom path to android project
    -t, --tag TAG                    Checkout tag/commit hash to clone (e.g. "v0.4.5", "6f7dd4b")
    -h, --help                       Displays help
    -v, --version                    Displays the version

Installation

$ gem install dryrun

Goodies

  • Private repos can be tested too πŸ˜ƒ
  $ dryrun git@github.com:cesarferreira/android-helloworld.git
  • No need to cleanup after you test the library.

  • No need to wait for Android Studio to load.

Alternative scenario (if you don't use dryrun)

  1. Find the github's repository url
  2. Click the download zip
  3. Extract the zip file
  4. Open Android Studio
  5. Import the project you just downloaded
  6. Sync gradle
  7. Run the project
  8. Choose the device you want to run
  9. Test all you want
  10. Delete the project folder and the zip file when you don't want it anymore

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/cesarferreira/dryrun.

About

β˜• Try the demo project of any Android Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%