All Projects → cesarferreira → Dryrun

cesarferreira / Dryrun

Licence: mit
☁️ Try the demo project of any Android Library

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Dryrun

Polymorph
Polymorph is a real-time network packet manipulation framework with support for almost all existing protocols
Stars: ✭ 364 (-90.53%)
Mutual labels:  tool
Androidautotrack
Android Asm 插桩 教学
Stars: ✭ 378 (-90.17%)
Mutual labels:  gradle
Gradle Maven Publish Plugin
Gradle plugin that configures an uploadArchives task to automatically upload all of your Java, Kotlin or Android libraries to any Maven instance.
Stars: ✭ 392 (-89.8%)
Mutual labels:  gradle
Sorted Colors
A tool to sort the named CSS colors in a way that it shows related colors together
Stars: ✭ 167 (-95.66%)
Mutual labels:  tool
Axion Release Plugin
Gradle release & version management plugin.
Stars: ✭ 372 (-90.33%)
Mutual labels:  gradle
Hutool
🍬A set of tools that keep Java sweet.
Stars: ✭ 21,386 (+456.2%)
Mutual labels:  tool
Presentmon
Tool for collection and processing of ETW events related to frame presentation on Windows.
Stars: ✭ 360 (-90.64%)
Mutual labels:  tool
Drawer Behavior
Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
Stars: ✭ 394 (-89.75%)
Mutual labels:  gradle
Maskphish
Give a Mask to Phishing URL like a PRO.. A MUST have tool for Phishing.
Stars: ✭ 370 (-90.38%)
Mutual labels:  tool
Goben
goben is a golang tool to measure TCP/UDP transport layer throughput between hosts.
Stars: ✭ 391 (-89.83%)
Mutual labels:  tool
Graph Visualizer
Visualizer for your Playable graphs
Stars: ✭ 367 (-90.46%)
Mutual labels:  tool
Jql
A JSON Query Language CLI tool
Stars: ✭ 368 (-90.43%)
Mutual labels:  tool
Pantheon
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client
Stars: ✭ 383 (-90.04%)
Mutual labels:  gradle
Calces Gradle Plugin
Android构建工具集:包含快速实现组件化构建脚本,快速实现屏幕最小宽度适配脚本
Stars: ✭ 366 (-90.48%)
Mutual labels:  gradle
Ms Backend Boilerplates
Boilerplate for Your Server Side(Backend) Application, Java | Spring(Boot, Cloud) | Node.js(Express, Koa, Egg) | Go | Python | DevOps 💫 服务端项目模板
Stars: ✭ 394 (-89.75%)
Mutual labels:  gradle
Gradle Kotlin Dsl Migration Guide
The missing migration guide to the Gradle Kotlin DSL
Stars: ✭ 364 (-90.53%)
Mutual labels:  gradle
Retrofit2demo
Stars: ✭ 378 (-90.17%)
Mutual labels:  gradle
Linux Kernel Exploits
linux-kernel-exploits Linux平台提权漏洞集合
Stars: ✭ 4,203 (+9.31%)
Mutual labels:  tool
Spring Boot Angular2
spring boot backend, angular2 frontend with webpack, typescript, sass, bootstrap4, karma, jasmine
Stars: ✭ 396 (-89.7%)
Mutual labels:  gradle
Superdump
A service for automated crash-dump analysis
Stars: ✭ 384 (-90.01%)
Mutual labels:  tool

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 [email protected]: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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].