Skip to content

cesarferreira/dryrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ca622b · Nov 25, 2020
Jan 22, 2018
Dec 11, 2016
Jan 7, 2019
Oct 12, 2017
Nov 25, 2020
Dec 11, 2016
Feb 18, 2018
Aug 20, 2015
Nov 5, 2016
May 16, 2016
Aug 19, 2015
Nov 25, 2020
Aug 19, 2015
Nov 25, 2020
Nov 5, 2016
Aug 7, 2019
Jan 7, 2019

Repository files navigation

dryrun

Try any android library hosted online directly from the command line

downloads npm Android Weekly Codacy Badge Closed

Install

gem install dryrun

Usage

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

Wait a few seconds and the app is now opened on your phone 😃

$ 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")
    -c, --cleanup                    Clean the temporary folder before cloning the project
    -w, --wipe                       Wipe the temporary dryrun folder
    -h, --help                       Displays help
    -v, --version                    Displays the version
    -a, --android-test               Execute android tests

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

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.

Notes

Be aware that $ANDROID_SDK_ROOT environment variable needs to be set. See more in here

Additionally, on windows in order to use git commands, the following path should be on the environment variable

  • ...\Git\cmd

Created by

Cesar Ferreira

License

MIT © Cesar Ferreira